Searched defs:dstPath (Results 1 - 4 of 4) sorted by relevance
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/ |
H A D | api_path.c | 123 void vegaAppendPath(VGPath dstPath, VGPath srcPath) argument 128 if (dstPath == VG_INVALID_HANDLE || srcPath == VG_INVALID_HANDLE) { 133 dst = handle_to_path(dstPath); 143 void vegaAppendPathData(VGPath dstPath, argument 152 if (dstPath == VG_INVALID_HANDLE) { 171 p = handle_to_path(dstPath); 186 void vegaModifyPathCoords(VGPath dstPath, argument 194 if (dstPath == VG_INVALID_HANDLE) { 203 p = handle_to_path(dstPath); 221 void vegaTransformPath(VGPath dstPath, VGPat argument 241 vegaInterpolatePath(VGPath dstPath, VGPath startPath, VGPath endPath, VGfloat amount) argument [all...] |
/external/mesa3d/src/gallium/state_trackers/vega/ |
H A D | api_path.c | 123 void vegaAppendPath(VGPath dstPath, VGPath srcPath) argument 128 if (dstPath == VG_INVALID_HANDLE || srcPath == VG_INVALID_HANDLE) { 133 dst = handle_to_path(dstPath); 143 void vegaAppendPathData(VGPath dstPath, argument 152 if (dstPath == VG_INVALID_HANDLE) { 171 p = handle_to_path(dstPath); 186 void vegaModifyPathCoords(VGPath dstPath, argument 194 if (dstPath == VG_INVALID_HANDLE) { 203 p = handle_to_path(dstPath); 221 void vegaTransformPath(VGPath dstPath, VGPat argument 241 vegaInterpolatePath(VGPath dstPath, VGPath startPath, VGPath endPath, VGfloat amount) argument [all...] |
/external/chromium_org/third_party/skia/src/effects/ |
H A D | SkDashPathEffect.cpp | 102 // Only handles lines for now. If returns true, dstPath is the new (smaller) 103 // path. If returns false, then dstPath parameter is ignored. 106 SkPath* dstPath) { 158 dstPath->moveTo(pts[0]); 159 dstPath->lineTo(pts[1]); 104 cull_path(const SkPath& srcPath, const SkStrokeRec& rec, const SkRect* cullRect, SkScalar intervalLength, SkPath* dstPath) argument
|
/external/skia/src/effects/ |
H A D | SkDashPathEffect.cpp | 102 // Only handles lines for now. If returns true, dstPath is the new (smaller) 103 // path. If returns false, then dstPath parameter is ignored. 106 SkPath* dstPath) { 158 dstPath->moveTo(pts[0]); 159 dstPath->lineTo(pts[1]); 104 cull_path(const SkPath& srcPath, const SkStrokeRec& rec, const SkRect* cullRect, SkScalar intervalLength, SkPath* dstPath) argument
|
Completed in 105 milliseconds