HomeSort by relevance Sort by last modified time
    Searched refs:SkPath (Results 101 - 114 of 114) sorted by null

1 2 3 45

  /external/skia/src/core/
SkPaint.cpp 1148 void SkPaint::getTextPath(const void* textData, size_t length, SkScalar x, SkScalar y, SkPath* path) const
1164 const SkPath* iterPath
    [all...]
SkPictureRecord.cpp 138 bool SkPictureRecord::clipPath(const SkPath& path, SkRegion::Op op) {
192 void SkPictureRecord::drawPath(const SkPath& path, const SkPaint& paint) {
349 const SkPath& path, const SkMatrix* matrix,
461 void SkPictureRecord::addPath(const SkPath& path) {
SkGraphics.cpp 28 #include "SkPath.h"
181 typesizeline(SkPath),
SkScan_AntiPath.cpp 19 #include "SkPath.h"
358 void SkScan::AntiFillPath(const SkPath& path, const SkRegion& clip,
  /external/skia/src/animator/
SkParseSVGPath.cpp 36 static void quadApprox(SkPath &fPath, const SkPoint &p0, const SkPoint &p1, const SkPoint &p2)
  /external/webkit/WebCore/platform/graphics/chromium/
HarfbuzzSkia.cpp 38 #include "SkPath.h"
140 SkPath path;
  /external/webkit/WebKit/android/jni/
PictureSet.cpp 263 SkPath pathClip;
359 virtual bool clipPath(const SkPath&, SkRegion::Op) {
376 virtual void drawPath(const SkPath& , const SkPaint& paint) {
415 const SkPath& , const SkMatrix* ,
  /frameworks/base/core/jni/android/graphics/
Paint.cpp 199 static jboolean getFillPath(JNIEnv* env, jobject clazz, SkPaint* obj, SkPath* src, SkPath* dst) {
399 static void getTextPath___CIIFFPath(JNIEnv* env, jobject clazz, SkPaint* paint, jcharArray text, int index, int count, jfloat x, jfloat y, SkPath* path) {
406 static void getTextPath__StringIIFFPath(JNIEnv* env, jobject clazz, SkPaint* paint, jstring text, int start, int end, jfloat x, jfloat y, SkPath* path) {
Canvas.cpp 279 SkPath* path, int op) {
301 SkPath* path, int edgetype) {
447 static void drawPath(JNIEnv* env, jobject, SkCanvas* canvas, SkPath* path,
    [all...]
  /external/skia/src/gl/
SkGLDevice.cpp 319 SkPath path;
357 void SkGLDevice::drawPath(const SkDraw& draw, const SkPath& path,
809 size_t byteLength, const SkPath& path,
  /external/webkit/WebCore/platform/graphics/
GraphicsContext.h 217 const SkPath* getCurrPath() const;
  /external/skia/
Android.mk 138 src/core/SkPath.cpp \
  /external/webkit/WebKit/android/nav/
CachedRoot.cpp 245 virtual void drawPath(const SkPath& path, const SkPaint& paint) {
302 const SkPath& path, const SkMatrix* matrix,
    [all...]
  /external/webkit/WebCore/rendering/
RenderThemeChromiumSkia.cpp 620 SkPath path;

Completed in 2140 milliseconds

1 2 3 45