HomeSort by relevance Sort by last modified time
    Searched refs:skPath (Results 1 - 9 of 9) sorted by null

  /external/skia/src/gpu/gl/
GrGLPath.cpp 14 inline GrGLubyte verb_to_gl_path_cmd(SkPath::Verb verb) {
23 GR_STATIC_ASSERT(0 == SkPath::kMove_Verb);
24 GR_STATIC_ASSERT(1 == SkPath::kLine_Verb);
25 GR_STATIC_ASSERT(2 == SkPath::kQuad_Verb);
26 GR_STATIC_ASSERT(3 == SkPath::kConic_Verb);
27 GR_STATIC_ASSERT(4 == SkPath::kCubic_Verb);
28 GR_STATIC_ASSERT(5 == SkPath::kClose_Verb);
35 inline int num_coords(SkPath::Verb verb) {
44 GR_STATIC_ASSERT(0 == SkPath::kMove_Verb);
45 GR_STATIC_ASSERT(1 == SkPath::kLine_Verb)
    [all...]
  /external/skqp/src/gpu/gl/
GrGLPath.cpp 14 inline GrGLubyte verb_to_gl_path_cmd(SkPath::Verb verb) {
23 GR_STATIC_ASSERT(0 == SkPath::kMove_Verb);
24 GR_STATIC_ASSERT(1 == SkPath::kLine_Verb);
25 GR_STATIC_ASSERT(2 == SkPath::kQuad_Verb);
26 GR_STATIC_ASSERT(3 == SkPath::kConic_Verb);
27 GR_STATIC_ASSERT(4 == SkPath::kCubic_Verb);
28 GR_STATIC_ASSERT(5 == SkPath::kClose_Verb);
35 inline int num_coords(SkPath::Verb verb) {
44 GR_STATIC_ASSERT(0 == SkPath::kMove_Verb);
45 GR_STATIC_ASSERT(1 == SkPath::kLine_Verb)
    [all...]
  /external/skia/src/gpu/
GrPath.h 14 #include "SkPath.h"
24 GrPath(GrGpu* gpu, const SkPath& skPath, const GrStyle& style)
29 , fSkPath(skPath)
41 bool isEqualTo(const SkPath& path, const GrStyle& style) const;
49 SkPath fSkPath;
  /external/skqp/src/gpu/
GrPath.h 14 #include "SkPath.h"
24 GrPath(GrGpu* gpu, const SkPath& skPath, const GrStyle& style)
29 , fSkPath(skPath)
41 bool isEqualTo(const SkPath& path, const GrStyle& style) const;
49 SkPath fSkPath;
  /external/skia/src/gpu/ops/
GrStencilAndCoverPathRenderer.cpp 64 SkPath skPath;
65 shape.asPath(&skPath);
66 path = resourceProvider->createPath(skPath, shape.style());
72 SkPath skPath;
73 shape.asPath(&skPath);
74 SkASSERT(path->isEqualTo(skPath, shape.style()));
  /external/skqp/src/gpu/ops/
GrStencilAndCoverPathRenderer.cpp 64 SkPath skPath;
65 shape.asPath(&skPath);
66 path = resourceProvider->createPath(skPath, shape.style());
72 SkPath skPath;
73 shape.asPath(&skPath);
74 SkASSERT(path->isEqualTo(skPath, shape.style()));
  /external/pdfium/core/fxge/skia/
fx_skia_device.cpp 35 #include "third_party/skia/include/core/SkPath.h"
177 void DebugShowSkiaPath(const SkPath& path) {
216 const SkPath& path) {
252 void DebugDrawSkiaClipPath(SkCanvas* canvas, const SkPath& path) {
261 void DebugDrawSkiaClipPath(SkCanvas* canvas, const SkPath& path) {}
283 SkPath BuildPath(const CFX_PathData* pPathData) {
284 SkPath skPath;
291 skPath.moveTo(point.x, point.y);
293 skPath.lineTo(point.x, point.y)
    [all...]
  /external/skia/src/ports/
SkFontHost_mac.cpp 42 #include "SkPath.h"
    [all...]
  /external/skqp/src/ports/
SkFontHost_mac.cpp 42 #include "SkPath.h"
    [all...]

Completed in 363 milliseconds