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

  /frameworks/base/libs/rs/
rsFont.h 51 MEASURE,
rsFont.cpp 166 if (mode == Font::MEASURE) {
168 LOGE("No return rectangle provided to measure text");
207 case MEASURE:
759 renderText(text, len, 0, 0, 0, -1, Font::MEASURE, bounds);
  /frameworks/base/libs/hwui/
FontRenderer.h 94 MEASURE,
101 void measure(SkPaint* paint, const char* text, uint32_t start, uint32_t len,
FontRenderer.cpp 168 void Font::measure(SkPaint* paint, const char* text, uint32_t start, uint32_t len, function in class:android::uirenderer::Font
171 LOGE("No return rectangle provided to measure text");
175 render(paint, text, start, len, numGlyphs, 0, 0, MEASURE, NULL, 0, 0, bounds);
220 case MEASURE:
730 mCurrentFont->measure(paint, text, startIndex, len, numGlyphs, &bounds);

Completed in 2187 milliseconds