Searched refs:computeValuesWithHarfbuzz (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DTextLayoutCache.h160 static void computeValuesWithHarfbuzz(SkPaint* paint, const UChar* chars,
H A DTextLayoutCache.cpp319 computeValuesWithHarfbuzz(paint, chars, start, count, contextCount, dirFlags,
399 void TextLayoutCacheValue::computeValuesWithHarfbuzz(SkPaint* paint, const UChar* chars, function in class:android::TextLayoutCacheValue
437 LOGD("computeValuesWithHarfbuzz -- bidiReq=%d", bidiReq);
444 LOGD("computeValuesWithHarfbuzz -- dirFlags=%d run-count=%d paraDir=%d",
452 LOGW("computeValuesWithHarfbuzz -- need to force to single run");
465 LOGW("computeValuesWithHarfbuzz -- visual run is not valid");
492 LOGD("computeValuesWithHarfbuzz -- run-start=%d run-len=%d isRTL=%d",
503 LOGW("computeValuesWithHarfbuzz -- cannot set Para");
509 LOGW("computeValuesWithHarfbuzz -- cannot ubidi_open()");
518 LOGD("computeValuesWithHarfbuzz
[all...]

Completed in 71 milliseconds