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

1 2 3

  /external/skia/src/animator/
SkDrawExtraPathEffect.cpp 36 SkDrawable* addPath;
117 if (fDraw->addPath->isPath()) {
118 drawPath = (SkDrawPath*) fDraw->addPath;
120 SkApply* apply = (SkApply*) fDraw->addPath;
143 dst->addPath(drawPath->getPath(), m);
180 SK_MEMBER(addPath, Drawable), // either path or apply
189 addPath(NULL), addMatrix(NULL), path(NULL), fPathEffect(NULL) {
227 if (addPath == NULL || (addPath->isPath() == false && addPath->isApply() == false)
    [all...]
SkPathParts.cpp 322 fPath->fPath.addPath(path->fPath, matrix->getMatrix());
324 fPath->fPath.addPath(path->fPath);
  /external/srec/portable/src/
PANSIFileSystem.c 28 return ((PANSIFileSystem*) PANSIFileSystemSingleton)->addPath(PANSIFileSystemSingleton, virtualPath, realPath);
  /external/srec/portable/include/
PANSIFileSystem.h 66 ESR_ReturnCode(*addPath)(PFileSystem* self, const LCHAR* virtualPath, const LCHAR* realPath);
  /system/vold/
DirectVolume.h 43 int addPath(const char *path);
main.cpp 196 if (dv->addPath(sysfs_path)) {
DirectVolume.cpp 59 int DirectVolume::addPath(const char *path) {
  /external/webkit/WebCore/svg/graphics/
SVGResourceClipper.cpp 109 context->addPath(clipPath);
121 m_clipData.addPath(path, rule, bboxUnits);
SVGResourceClipper.h 45 void addPath(const Path& pathData, WindRule windRule, bool bboxUnits)
  /external/skia/include/core/
SkPath.h 433 void addPath(const SkPath& src, SkScalar dx, SkScalar dy);
437 void addPath(const SkPath& src) {
440 this->addPath(src, m);
446 void addPath(const SkPath& src, const SkMatrix& matrix);
  /external/skia/src/effects/
Sk1DPathEffect.cpp 187 dst->addPath(fPath, pos.fX, pos.fY);
194 dst->addPath(fPath, matrix);
  /external/webkit/WebCore/platform/graphics/skia/
PlatformContextSkia.h 137 void addPath(const SkPath&);
PathSkia.cpp 295 scratch->addPath(*this);
PlatformContextSkia.cpp 524 void PlatformContextSkia::addPath(const SkPath& path)
526 m_path.addPath(path, m_canvas->getTotalMatrix());
  /frameworks/base/graphics/java/android/graphics/
Path.java 450 public void addPath(Path src, float dx, float dy) {
459 public void addPath(Path src) {
468 public void addPath(Path src, Matrix matrix) {
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Path_Delegate.java 405 addPath(nPath, src, AffineTransform.getTranslateInstance(dx, dy));
410 addPath(nPath, src, null /*transform*/);
420 addPath(nPath, src, matrixDelegate.getAffineTransform());
525 private static void addPath(int destPath, int srcPath, AffineTransform transform) {
  /external/webkit/WebCore/platform/graphics/android/
PathAndroid.cpp 200 tmp.addPath(*m_path);
367 scratch->addPath(*this);
GraphicsContextAndroid.cpp 214 void addPath(const SkPath& other) {
218 mState->mPath->addPath(other);
    [all...]
  /external/webkit/WebCore/rendering/
RenderPath.cpp 203 context->addPath(path);
209 context->addPath(path); // path is cleared when filled.
SVGInlineTextBox.cpp 574 context->addPath(pathForDecoration(decoration, fillObject, tx, ty, width));
583 context->addPath(pathForDecoration(decoration, strokeObject, tx, ty, width));
  /frameworks/base/core/java/android/gesture/
Gesture.java 136 path.addPath(strokes.get(i).getPath());
153 path.addPath(strokes.get(i).toPath(width - 2 * edge, height - 2 * edge, numSample));
  /frameworks/base/core/jni/android/graphics/
Path.cpp 220 obj->addPath(*src, dx_, dy_);
224 obj->addPath(*src);
228 obj->addPath(*src, *matrix);
  /external/skia/src/core/
SkPictureRecord.cpp 140 addPath(path);
195 addPath(path);
354 addPath(path);
461 void SkPictureRecord::addPath(const SkPath& path) {
SkPictureRecord.h 109 void addPath(const SkPath& path);
  /external/webkit/WebCore/platform/graphics/cairo/
GraphicsContextCairo.cpp 641 addPath(Path::createRoundedRectangle(rects[i], FloatSize(radius, radius)));
819 addPath(p);
1053 void GraphicsContext::addPath(const Path& path)
1094 addPath(path);
    [all...]

Completed in 356 milliseconds

1 2 3