Home
last modified time | relevance | path

Searched refs:mBitmapLeft (Results 1 – 2 of 2) sorted by relevance

/frameworks/rs/
DrsFont.cpp95 int32_t nPenX = x + glyph->mBitmapLeft; in drawCachedGlyph()
114 int32_t nPenX = x + glyph->mBitmapLeft; in drawCachedGlyph()
139 int32_t nPenX = x + glyph->mBitmapLeft; in measureCachedGlyph()
248 glyph->mBitmapLeft = mFace->glyph->bitmap_left; in updateGlyphCache()
DrsFont.h111 int32_t mBitmapLeft; member