コード例 #1
0
ファイル: FTOutlineGlyph.cpp プロジェクト: CmPons/angel2d
const FTPoint& FTOutlineGlyph::Render(const FTPoint& pen, int renderMode)
{
    FTOutlineGlyphImpl *myimpl = dynamic_cast<FTOutlineGlyphImpl *>(impl);
    return myimpl->RenderImpl(pen, renderMode);
}
コード例 #2
0
ファイル: FTOutlineGlyph.cpp プロジェクト: gmfy163/android_gl
const FTPoint& FTOutlineGlyph::Render(const FTPoint& pen, int renderMode)
{
    FTOutlineGlyphImpl *myimpl = (FTOutlineGlyphImpl *)impl;
    return myimpl->RenderImpl(pen, renderMode);
}