HomeSort by relevance Sort by last modified time
    Searched refs:getTextPath (Results 1 - 25 of 27) sorted by null

1 2

  /external/skia/legacy/src/animator/
SkTextToPath.cpp 45 realPaint.getTextPath(text->getText(), text->getSize(), text->x,
  /external/skia/src/animator/
SkTextToPath.cpp 45 realPaint.getTextPath(text->getText(), text->getSize(), text->x,
  /external/skia/gm/
pathreverse.cpp 58 paint.getTextPath("e", 1, 50, 50, &path);
105 paint.getTextPath("e", 1, 50, 50, &path);
getpostextpath.cpp 46 paint.getTextPath(text, len, 0, 0, &path);
  /frameworks/base/core/jni/android/graphics/
TextLayout.cpp 64 paint->getTextPath(value->getGlyphs(), value->getGlyphsCount() * 2, x_, y_, path);
83 void TextLayout::getTextPath(SkPaint *paint, const jchar *text, jsize len,
TextLayout.h 69 static void getTextPath(SkPaint* paint, const jchar* text, jsize len,
Paint.cpp 656 static void getTextPath(JNIEnv* env, SkPaint* paint, const jchar* text, jint count,
658 TextLayout::getTextPath(paint, text, count, bidiFlags, x, y, path);
664 getTextPath(env, paint, textArray + index, count, bidiFlags, x, y, path);
671 getTextPath(env, paint, textArray + start, end - start, bidiFlags, x, y, path);
    [all...]
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
TextPathActivity.java 72 mHugePaint.getTextPath(text, 0, count, 0, 0, path);
  /cts/tests/tests/graphics/src/android/graphics/cts/
PaintTest.java 923 p.getTextPath(chars, 0, 7, 0, 0, path);
927 p.getTextPath(chars, -2, 7, 0, 0, path);
933 p.getTextPath(chars, 0, -3, 0, 0, path);
939 p.getTextPath(chars, 3, 7, 0, 0, path);
952 p.getTextPath(string, 0, 7, 0, 0, path);
956 p.getTextPath(string, -2, 7, 0, 0, path);
962 p.getTextPath(string, 0, -3, 0, 0, path);
968 p.getTextPath(string, 7, 3, 0, 0, path);
974 p.getTextPath(string, 3, 9, 0, 0, path);
  /external/skia/legacy/src/ports/
SkHarfBuzzFont.cpp 96 paint.getTextPath(&glyph16, sizeof(glyph16), 0, 0, &path);
  /external/skia/src/ports/
SkHarfBuzzFont.cpp 96 paint.getTextPath(&glyph16, sizeof(glyph16), 0, 0, &path);
  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
HarfbuzzSkia.cpp 134 paint.getTextPath(&glyph16, sizeof(glyph16), 0, 0, &path);
  /external/webkit/Source/WebCore/platform/graphics/chromium/
HarfbuzzSkia.cpp 151 paint.getTextPath(&glyph16, sizeof(glyph16), 0, 0, &path);
  /external/skia/include/core/
SkPaint.h     [all...]
  /external/skia/legacy/include/core/
SkPaint.h     [all...]
  /frameworks/base/graphics/java/android/graphics/
Paint.java     [all...]
  /external/skia/legacy/src/core/
SkPaint.cpp     [all...]
  /external/skia/src/core/
SkPaint.cpp     [all...]
  /external/skia/src/device/xps/
SkXPSDevice.cpp     [all...]
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 

Completed in 433 milliseconds

1 2