HomeSort by relevance Sort by last modified time
    Searched refs:mBitmapLeft (Results 1 - 4 of 4) sorted by null

  /frameworks/base/libs/hwui/
FontRenderer.cpp 75 int nPenX = x + glyph->mBitmapLeft;
96 int nPenX = x + glyph->mBitmapLeft;
115 int nPenX = x + glyph->mBitmapLeft;
238 glyph->mBitmapLeft = skiaGlyph.fLeft;
FontRenderer.h 124 int32_t mBitmapLeft;
  /frameworks/base/libs/rs/
rsFont.cpp 93 int32_t nPenX = x + glyph->mBitmapLeft;
112 int32_t nPenX = x + glyph->mBitmapLeft;
137 int32_t nPenX = x + glyph->mBitmapLeft;
246 glyph->mBitmapLeft = mFace->glyph->bitmap_left;
rsFont.h 113 int32_t mBitmapLeft;

Completed in 64 milliseconds