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/
TextLayoutCache.h 73 size_t contextCount, int dirFlags);
100 int dirFlags;
184 size_t start, size_t count, size_t contextCount, int dirFlags);
210 size_t start, size_t count, size_t contextCount, int dirFlags,
246 jint count, jint contextCount, jint dirFlags);
298 jint count, jint contextCount, jint dirFlags);
TextLayoutCache.cpp 90 const jchar* text, jint start, jint count, jint contextCount, jint dirFlags) {
98 TextLayoutCacheKey key(paint, text, start, count, contextCount, dirFlags);
114 size_t(contextCount), int(dirFlags));
221 dirFlags(0), typeface(NULL), textSize(0), textSkewX(0), textScaleX(0), flags(0),
226 size_t start, size_t count, size_t contextCount, int dirFlags) :
228 dirFlags(dirFlags) {
245 dirFlags(other.dirFlags),
284 deltaInt = lhs.dirFlags - rhs.dirFlags
    [all...]
TextLayout.cpp 68 jint count, jint contextCount, jint dirFlags,
71 chars, start, count, contextCount, dirFlags);
TextLayout.h 66 jint count, jint contextCount, jint dirFlags,
Canvas.cpp     [all...]
  /frameworks/base/core/jni/
android_view_GLES20Canvas.cpp 653 jint contextIndex, jint contextCount, jfloat x, jfloat y, jint dirFlags,
657 count, contextCount, x, y, dirFlags, paint);
663 jint contextStart, int contextEnd, jfloat x, jfloat y, jint dirFlags,
669 count, contextCount, x, y, dirFlags, paint);
674 const jfloat* positions, jint dirFlags, SkPaint* paint) {
676 text, 0, count, count, dirFlags);
    [all...]

Completed in 70 milliseconds