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 66 jint count, jint contextCount, jint dirFlags,
70 jint count, jint contextCount, jint dirFlags,
87 size_t start, size_t count, size_t contextCount, int dirFlags,
TextLayout.cpp 68 jint count, jint contextCount, jint dirFlags,
71 chars, start, count, contextCount, dirFlags);
84 jint count, jint contextCount, jint dirFlags,
87 computeAdvancesWithICU(paint, chars, start, count, contextCount, dirFlags,
115 size_t start, size_t count, size_t contextCount, int dirFlags,
125 if (dirFlags & 0x1) { // rtl, call arabic shaping in case
TextLayoutCache.h 74 size_t contextCount, int dirFlags);
97 int dirFlags;
170 size_t start, size_t count, size_t contextCount, int dirFlags);
232 size_t start, size_t count, size_t contextCount, int dirFlags,
271 jint count, jint contextCount, jint dirFlags);
317 jint count, jint contextCount, jint dirFlags);
TextLayoutCache.cpp 96 const jchar* text, jint start, jint count, jint contextCount, jint dirFlags) {
104 TextLayoutCacheKey key(paint, text, start, count, contextCount, dirFlags);
120 size_t(contextCount), int(dirFlags));
234 dirFlags(0), typeface(NULL), textSize(0), textSkewX(0), textScaleX(0), flags(0),
239 size_t start, size_t count, size_t contextCount, int dirFlags) :
241 dirFlags(dirFlags) {
256 dirFlags(other.dirFlags),
296 deltaInt = lhs.dirFlags - rhs.dirFlags
    [all...]
Canvas.cpp 781 jfloat x, jfloat y, int dirFlags, SkPaint* paint) {
785 count, contextCount, x, y, dirFlags, paint);
792 jfloat x, jfloat y, jint dirFlags, SkPaint* paint) {
798 count, contextCount, x, y, dirFlags, paint);
    [all...]
  /frameworks/base/core/jni/
android_view_GLES20Canvas.cpp 599 jint contextIndex, jint contextCount, jfloat x, jfloat y, jint dirFlags,
603 count, contextCount, x, y, dirFlags, paint);
609 jint contextStart, int contextEnd, jfloat x, jfloat y, jint dirFlags,
615 count, contextCount, x, y, dirFlags, paint);
620 const jfloat* positions, jint dirFlags, SkPaint* paint) {
622 text, 0, count, count, dirFlags);
    [all...]

Completed in 40 milliseconds