[go: nahoru, domu]

Searched refs:mBitmapLeft (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/font/
H A DCachedGlyphInfo.h47 int32_t mBitmapLeft; member in struct:android::uirenderer::CachedGlyphInfo
H A DFont.cpp140 int nPenX = x + glyph->mBitmapLeft;
162 float nPenX = x + glyph->mBitmapLeft;
182 p[0].iset(glyph->mBitmapLeft, glyph->mBitmapTop + height);
183 p[1].iset(glyph->mBitmapLeft + width, glyph->mBitmapTop + height);
184 p[2].iset(glyph->mBitmapLeft + width, glyph->mBitmapTop);
185 p[3].iset(glyph->mBitmapLeft, glyph->mBitmapTop);
208 int dstX = x + glyph->mBitmapLeft;
245 bool ok = measure.getPosTan(x + hOffset + glyph->mBitmapLeft + halfWidth, position, tangent);
424 glyph->mBitmapLeft = skiaGlyph.fLeft;
/frameworks/rs/
H A DrsFont.cpp96 int32_t nPenX = x + glyph->mBitmapLeft;
115 int32_t nPenX = x + glyph->mBitmapLeft;
140 int32_t nPenX = x + glyph->mBitmapLeft;
249 glyph->mBitmapLeft = mFace->glyph->bitmap_left;
H A DrsFont.h111 int32_t mBitmapLeft; member in struct:android::renderscript::Font::CachedGlyphInfo

Completed in 91 milliseconds