Searched refs:mBitmapTop (Results 1 – 4 of 4) sorted by relevance
147 int nPenY = y + glyph->mBitmapTop; in measureCachedGlyph()169 float nPenY = y + glyph->mBitmapTop + height; in drawCachedGlyph()188 p[0].iset(glyph->mBitmapLeft, glyph->mBitmapTop + height); in drawCachedGlyphTransformed()189 p[1].iset(glyph->mBitmapLeft + width, glyph->mBitmapTop + height); in drawCachedGlyphTransformed()190 p[2].iset(glyph->mBitmapLeft + width, glyph->mBitmapTop); in drawCachedGlyphTransformed()191 p[3].iset(glyph->mBitmapLeft, glyph->mBitmapTop); in drawCachedGlyphTransformed()215 int dstY = y + glyph->mBitmapTop; in drawCachedGlyphBitmap()248 vOffset += glyph->mBitmapTop + height; in drawCachedGlyph()437 glyph->mBitmapTop = skiaGlyph.fTop; in updateGlyphCache()
48 int32_t mBitmapTop; member
97 int32_t nPenY = y - glyph->mBitmapTop + glyph->mBitmapHeight; in drawCachedGlyph()116 int32_t nPenY = y + glyph->mBitmapTop; in drawCachedGlyph()141 int32_t nPenY = y - glyph->mBitmapTop + glyph->mBitmapHeight; in measureCachedGlyph()250 glyph->mBitmapTop = mFace->glyph->bitmap_top; in updateGlyphCache()
112 int32_t mBitmapTop; member