Home
last modified time | relevance | path

Searched refs:isPath (Results 1 – 7 of 7) sorted by relevance

/external/jsilver/src/com/google/clearsilver/jsilver/data/
DDefaultDataContext.java98 local.isPath = false; in createLocalVariableByValue()
106 local.isPath = false; in createLocalVariableByValue()
115 local.isPath = true; in createLocalVariableByPath()
192 if (curr.isPath) { in findVariable()
255 boolean isPath; field in DefaultDataContext.LocalVariable
/external/skqp/src/gpu/
DGrShape.h480 bool isPath = Type::kPath == type; variable
481 SkASSERT(!path || isPath);
482 if (wasPath && !isPath) {
484 } else if (!wasPath && isPath) {
490 } else if (isPath && path) {
/external/skia/src/gpu/
DGrShape.h480 bool isPath = Type::kPath == type; variable
481 SkASSERT(!path || isPath);
482 if (wasPath && !isPath) {
484 } else if (!wasPath && isPath) {
490 } else if (isPath && path) {
/external/skia/src/gpu/gl/
DGrGLTestInterface.cpp192 fFunctions.fIsPath = bind_to_member(this, &GrGLTestInterface::isPath); in GrGLTestInterface()
DGrGLTestInterface.h194 virtual GrGLboolean isPath(GrGLuint path) { return true; } in isPath() function
/external/skqp/src/gpu/gl/
DGrGLTestInterface.cpp193 fFunctions.fIsPath = bind_to_member(this, &GrGLTestInterface::isPath); in GrGLTestInterface()
DGrGLTestInterface.h194 virtual GrGLboolean isPath(GrGLuint path) { return true; } in isPath() function