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

  /external/harfbuzz_ng/src/
hb-ot-shape-complex-arabic.cc 467 unsigned int extra_glyphs_needed = 0; // Set during MEASURE, used during CUT
468 typedef enum { MEASURE, CUT } step_t;
470 for (step_t step = MEASURE; step <= CUT; step = (step_t) (step + 1))
528 step == MEASURE ? "measuring" : "cutting", context, start, end);
551 if (step == MEASURE)
584 if (step == MEASURE)
  /frameworks/base/libs/hwui/font/
Font.h 112 MEASURE,
121 void measure(const SkPaint* paint, const glyph_t* glyphs,
143 SkPathMeasure& measure, SkPoint* position, SkVector* tangent);
Font.cpp 238 SkPathMeasure& measure, SkPoint* position, SkVector* tangent) {
245 bool ok = measure.getPosTan(x + hOffset + glyph->mBitmapLeft + halfWidth, position, tangent);
314 SkPathMeasure measure(*path, false);
315 float pathLength = SkScalarToFloat(measure.getLength());
339 drawCachedGlyph(cachedGlyph, penX, hOffset, vOffset, measure, &position, &tangent);
348 void Font::measure(const SkPaint* paint, const glyph_t* glyphs, function in class:android::uirenderer::Font
351 ALOGE("No return rectangle provided to measure text");
355 render(paint, glyphs, numGlyphs, 0, 0, MEASURE, nullptr, 0, 0, bounds, positions);
  /frameworks/rs/
rsFont.h 49 MEASURE,
rsFont.cpp 168 if (mode == Font::MEASURE) {
170 ALOGE("No return rectangle provided to measure text");
209 case MEASURE:
784 renderText(text, len, 0, 0, 0, -1, Font::MEASURE, bounds);

Completed in 170 milliseconds