Searched refs:skPath (Results 1 - 8 of 8) sorted by relevance

/external/skia/src/gpu/gl/
H A DGrGLPath.cpp92 const SkPath& skPath) {
94 int verbCnt = skPath.countVerbs();
95 int pointCnt = skPath.countPoints();
102 SkPath::RawIter iter(skPath);
202 const SkPath& skPath) {
203 return init_path_object_for_general_path<true>(gpu, pathID, skPath);
208 const SkPath& skPath) {
209 SkASSERT(!skPath.isEmpty());
213 if ((skPath.getSegmentMasks() & SkPath::kConic_SegmentMask) == 0) {
214 int verbCnt = skPath
91 init_path_object_for_general_path(GrGLGpu* gpu, GrGLuint pathID, const SkPath& skPath) argument
201 InitPathObjectPathDataCheckingDegenerates(GrGLGpu* gpu, GrGLuint pathID, const SkPath& skPath) argument
206 InitPathObjectPathData(GrGLGpu* gpu, GrGLuint pathID, const SkPath& skPath) argument
272 const SkPath* skPath = &origSkPath; local
[all...]
H A DGrGLPathRange.cpp71 const SkPath* skPath = &origSkPath; local
82 if (!stroke->applyDashToPath(tmpPath.init(), &tmpStroke, *skPath)) {
85 skPath = tmpPath.get();
96 GrGLPath::InitPathObjectPathData(gpu, fBasePathID + index, *skPath);
/external/skia/src/gpu/
H A DGrPath.h22 GrPath(GrGpu* gpu, const SkPath& skPath, const GrStrokeInfo& stroke) argument
27 , fSkPath(skPath)
/external/skia/src/gpu/batches/
H A DGrStencilAndCoverPathRenderer.cpp48 static GrPath* get_gr_path(GrResourceProvider* resourceProvider, const SkPath& skPath, argument
52 GrPath::ComputeKey(skPath, stroke, &key, &isVolatile);
56 path.reset(resourceProvider->createPath(skPath, stroke));
61 SkASSERT(path->isEqualTo(skPath, stroke));
/external/pdfium/core/src/fxge/skia/
H A Dfx_skia_device.h130 virtual FX_BOOL RenderRasterizerSkia(SkPath& skPath,
140 void SetClipMask(SkPath& skPath, SkPaint* spaint);
H A Dfx_skia_device.cpp298 void CFX_SkiaDeviceDriver::SetClipMask(SkPath& skPath, SkPaint* spaint) { argument
307 SkPath* pathPtr = &skPath;
309 SkRect path_rect = skPath.getBounds();
323 SuperBlitter_skia::DrawPath(skPath, (SkBlitter*)&render, rasterClip, *spaint);
405 FX_BOOL CFX_SkiaDeviceDriver::RenderRasterizerSkia(SkPath& skPath, argument
422 SuperBlitter_skia::DrawPath(skPath, (SkBlitter*)&render, rasterClip,
/external/skia/experimental/SkV8Example/
H A DPath2DBuilder.cpp254 SkPath* skPath = new SkPath(path->fSkPath); local
258 Path2D* pathWrap = new Path2D(skPath);
/external/skia/src/ports/
H A DSkFontHost_mac.cpp1423 SkPath* skPath = (SkPath*)info; local
1428 skPath->moveTo(element->points[0].x, -element->points[0].y);
1432 skPath->lineTo(element->points[0].x, -element->points[0].y);
1436 skPath->quadTo(element->points[0].x, -element->points[0].y,
1441 skPath->cubicTo(element->points[0].x, -element->points[0].y,
1447 skPath->close();

Completed in 1182 milliseconds