Searched defs:globalState (Results 1 – 11 of 11) sorted by relevance
/external/skia/src/pathops/ |
D | SkOpEdgeBuilder.h | 16 SkOpGlobalState* globalState) in SkOpEdgeBuilder() 26 SkOpGlobalState* globalState) in SkOpEdgeBuilder()
|
D | SkPathOpsTightBounds.cpp | 14 SkOpGlobalState globalState(NULL, contourList); in TightBounds() local
|
D | SkOpSpan.cpp | 20 SkOpGlobalState* SkOpPtT::globalState() const { in globalState() function in SkOpPtT 209 SkOpGlobalState* SkOpSpanBase::globalState() const { in globalState() function in SkOpSpanBase
|
D | SkOpContour.h | 143 SkOpGlobalState* globalState() const { in globalState() function 203 void init(SkOpGlobalState* globalState, bool operand, bool isXor) { in init()
|
D | SkPathOpsSimplify.cpp | 170 SkOpGlobalState globalState(&coincidence, contourList); in Simplify() local
|
D | SkPathOpsCommon.cpp | 201 SkOpGlobalState globalState(NULL, &contour); in Assemble() local 435 SkOpGlobalState* globalState = contourList->globalState(); in HandleCoincidence() local
|
D | SkPathOpsPostSect.cpp | 20 SkOpGlobalState* SkOpPtT::globalState() const { in globalState() function in SkOpPtT 242 SkOpGlobalState* SkOpSpanBase::globalState() const { in globalState() function in SkOpSpanBase
|
D | SkPathOpsOp.cpp | 231 SkOpGlobalState globalState(&coincidence, contourList); in OpDebug() local
|
D | SkOpAngle.cpp | 641 SkOpGlobalState* SkOpAngle::globalState() const { in globalState() function in SkOpAngle
|
D | SkOpSegment.cpp | 813 SkOpGlobalState* SkOpSegment::globalState() const { in globalState() function in SkOpSegment
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | otBase.py | 124 def __init__(self, data, globalState={}, localState=None, offset=0): argument 194 def __init__(self, globalState, localState=None): argument
|