HomeSort by relevance Sort by last modified time
    Searched defs:kIsWrapped (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/skia/src/gpu/
GrPathRange.h 30 static const bool kIsWrapped = false;
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLPath.cpp 82 static const bool kIsWrapped = false; // The constructor creates the GL path object.
134 : INHERITED(gpu, kIsWrapped, path, stroke),
GrGpuGL.cpp     [all...]
  /external/skia/src/gpu/gl/
GrGLPath.cpp 86 static const bool kIsWrapped = false; // The constructor creates the GL path object.
89 : INHERITED(gpu, kIsWrapped, path, stroke) {
GrGpuGL.cpp     [all...]

Completed in 708 milliseconds