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

  /frameworks/base/core/jni/android/graphics/
TextLayout.h 70 int dirFlags, jfloat x, jfloat y, SkCanvas* canvas);
73 jint count, jint contextCount, jint dirFlags,
77 jint count, jint contextCount, jint dirFlags,
107 size_t start, size_t count, size_t contextCount, int dirFlags,
TextLayoutCache.h 72 size_t contextCount, int dirFlags);
95 int dirFlags;
126 size_t contextCount, int dirFlags);
161 size_t start, size_t count, size_t contextCount, int dirFlags,
205 jint contextCount, jint dirFlags);
TextLayoutCache.cpp 109 const jchar* text, jint start, jint count, jint contextCount, jint dirFlags) {
117 TextLayoutCacheKey key(paint, text, start, count, contextCount, dirFlags);
131 value->computeValues(paint, text, start, count, contextCount, dirFlags);
222 dirFlags(0), typeface(NULL), textSize(0), textSkewX(0), textScaleX(0), flags(0),
227 size_t start, size_t count, size_t contextCount, int dirFlags) :
229 dirFlags(dirFlags) {
244 dirFlags(other.dirFlags),
284 deltaInt = lhs.dirFlags - rhs.dirFlags
    [all...]
TextLayout.cpp 238 int dirFlags, jfloat x, jfloat y, SkCanvas* canvas) {
243 uint8_t rtl = dirFlags & 0x1;
255 jint count, jint contextCount, jint dirFlags,
261 contextCount, dirFlags);
264 value->computeValues(paint, chars, start, count, contextCount, dirFlags);
277 jint count, jint contextCount, jint dirFlags,
280 computeAdvancesWithICU(paint, chars, start, count, contextCount, dirFlags,
319 size_t start, size_t count, size_t contextCount, int dirFlags,
329 if (dirFlags & 0x1) { // rtl, call arabic shaping in case
Canvas.cpp 802 jfloat x, jfloat y, int dirFlags, SkPaint* paint) {
807 count, contextCount, x, y, dirFlags, paint);
810 count, contextCount, dirFlags, x, y, canvas);
818 jfloat x, jfloat y, jint dirFlags, SkPaint* paint) {
825 count, contextCount, x, y, dirFlags, paint);
828 count, contextCount, dirFlags, x, y, canvas);
    [all...]
  /frameworks/base/core/jni/
android_view_GLES20Canvas.cpp 557 jint contextIndex, jint contextCount, jfloat x, jfloat y, jint dirFlags,
561 count, contextCount, x, y, dirFlags, paint);
567 jint contextStart, int contextEnd, jfloat x, jfloat y, jint dirFlags,
573 count, contextCount, x, y, dirFlags, paint);
    [all...]

Completed in 136 milliseconds