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

  /frameworks/base/libs/hwui/font/
FontCacheHistoryTracker.cpp 27 glyph.startX, glyph.startY, glyph.bitmapW, glyph.bitmapH, glyph.generation);
41 if (glyph.bitmapW == 0 && glyph.bitmapH == 0) {
69 entry.glyph.bitmapW = glyphInfo->mBitmapWidth;
82 glyph.bitmapW = glyphW;
92 glyph.bitmapW = 0;
Font.h 110 RenderMode mode, uint8_t* bitmap, uint32_t bitmapW, uint32_t bitmapH, Rect* bounds,
122 void measureCachedGlyph(CachedGlyphInfo* glyph, int x, int y, uint8_t* bitmap, uint32_t bitmapW,
124 void drawCachedGlyph(CachedGlyphInfo* glyph, int x, int y, uint8_t* bitmap, uint32_t bitmapW,
127 uint32_t bitmapW, uint32_t bitmapH, Rect* bounds,
130 uint32_t bitmapW, uint32_t bitmapH, Rect* bounds, const float* pos);
FontCacheHistoryTracker.h 45 uint16_t bitmapW;
Font.cpp 136 uint32_t bitmapW, uint32_t bitmapH, Rect* bounds, const float* pos) {
157 void Font::drawCachedGlyph(CachedGlyphInfo* glyph, int x, int y, uint8_t* bitmap, uint32_t bitmapW,
176 uint32_t bitmapW, uint32_t bitmapH, Rect* bounds,
372 RenderMode mode, uint8_t* bitmap, uint32_t bitmapW, uint32_t bitmapH,
406 (*this.*render)(cachedGlyph, penX, penY, bitmap, bitmapW, bitmapH, bounds, positions);
  /external/skia/gm/
bitmapshader.cpp 117 int bitmapW = 1;
122 bitmap.setInfo(SkImageInfo::MakeA8(bitmapW, bitmapH), bitmapW);
  /external/skqp/gm/
bitmapshader.cpp 117 int bitmapW = 1;
122 bitmap.setInfo(SkImageInfo::MakeA8(bitmapW, bitmapH), bitmapW);
  /frameworks/rs/
rsFont.h 88 uint8_t *bitmap = nullptr, uint32_t bitmapW = 0, uint32_t bitmapH = 0);
135 uint8_t *bitmap, uint32_t bitmapW, uint32_t bitmapH);
152 uint8_t *bitmap = nullptr, uint32_t bitmapW = 0, uint32_t bitmapH = 0);
rsFont.cpp 113 uint8_t* bitmap, uint32_t bitmapW, uint32_t bitmapH) {
128 if (bX < 0 || bY < 0 || bX >= (int32_t) bitmapW || bY >= (int32_t) bitmapH) {
133 bitmap[bY * bitmapW + bX] = tempCol;
163 uint8_t *bitmap, uint32_t bitmapW, uint32_t bitmapH) {
207 drawCachedGlyph(cachedGlyph, penX, penY, bitmap, bitmapW, bitmapH);
748 uint8_t *bitmap, uint32_t bitmapW, uint32_t bitmapH) {
775 mode, bounds, bitmap, bitmapW, bitmapH);

Completed in 146 milliseconds