Searched refs:mBitmapTop (Results 1 – 4 of 4) sorted by relevance
141 int nPenY = y + glyph->mBitmapTop; in measureCachedGlyph()163 float nPenY = y + glyph->mBitmapTop + height; in drawCachedGlyph()182 p[0].iset(glyph->mBitmapLeft, glyph->mBitmapTop + height); in drawCachedGlyphTransformed()183 p[1].iset(glyph->mBitmapLeft + width, glyph->mBitmapTop + height); in drawCachedGlyphTransformed()184 p[2].iset(glyph->mBitmapLeft + width, glyph->mBitmapTop); in drawCachedGlyphTransformed()185 p[3].iset(glyph->mBitmapLeft, glyph->mBitmapTop); in drawCachedGlyphTransformed()209 int dstY = y + glyph->mBitmapTop; in drawCachedGlyphBitmap()242 vOffset += glyph->mBitmapTop + height; in drawCachedGlyph()431 glyph->mBitmapTop = skiaGlyph.fTop; in updateGlyphCache()
46 int32_t mBitmapTop; member
96 int32_t nPenY = y - glyph->mBitmapTop + glyph->mBitmapHeight; in drawCachedGlyph()115 int32_t nPenY = y + glyph->mBitmapTop; in drawCachedGlyph()140 int32_t nPenY = y - glyph->mBitmapTop + glyph->mBitmapHeight; in measureCachedGlyph()249 glyph->mBitmapTop = mFace->glyph->bitmap_top; in updateGlyphCache()
112 int32_t mBitmapTop; member