Searched refs:mBitmapLeft (Results 1 – 4 of 4) sorted by relevance
146 int nPenX = x + glyph->mBitmapLeft; in measureCachedGlyph()168 float nPenX = x + glyph->mBitmapLeft; 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()214 int dstX = x + glyph->mBitmapLeft; in drawCachedGlyphBitmap()251 bool ok = measure.getPosTan(x + hOffset + glyph->mBitmapLeft + halfWidth, position, tangent); in drawCachedGlyph()436 glyph->mBitmapLeft = skiaGlyph.fLeft; in updateGlyphCache()
47 int32_t mBitmapLeft; member
96 int32_t nPenX = x + glyph->mBitmapLeft; in drawCachedGlyph()115 int32_t nPenX = x + glyph->mBitmapLeft; in drawCachedGlyph()140 int32_t nPenX = x + glyph->mBitmapLeft; in measureCachedGlyph()249 glyph->mBitmapLeft = mFace->glyph->bitmap_left; in updateGlyphCache()
111 int32_t mBitmapLeft; member