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

  /frameworks/base/libs/hwui/font/
CachedGlyphInfo.h 46 int32_t mBitmapTop;
Font.cpp 141 int nPenY = y + glyph->mBitmapTop;
163 float nPenY = y + glyph->mBitmapTop + height;
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 dstY = y + glyph->mBitmapTop;
240 vOffset += glyph->mBitmapTop + height;
422 glyph->mBitmapTop = skiaGlyph.fTop;
  /frameworks/rs/
rsFont.cpp 96 int32_t nPenY = y - glyph->mBitmapTop + glyph->mBitmapHeight;
115 int32_t nPenY = y + glyph->mBitmapTop;
140 int32_t nPenY = y - glyph->mBitmapTop + glyph->mBitmapHeight;
249 glyph->mBitmapTop = mFace->glyph->bitmap_top;
rsFont.h 112 int32_t mBitmapTop;

Completed in 92 milliseconds