Home
last modified time | relevance | path

Searched defs:globalState (Results 1 – 11 of 11) sorted by relevance

/external/skia/src/pathops/
DSkOpEdgeBuilder.h16 SkOpGlobalState* globalState) in SkOpEdgeBuilder()
26 SkOpGlobalState* globalState) in SkOpEdgeBuilder()
DSkPathOpsTightBounds.cpp14 SkOpGlobalState globalState(NULL, contourList); in TightBounds() local
DSkOpSpan.cpp20 SkOpGlobalState* SkOpPtT::globalState() const { in globalState() function in SkOpPtT
209 SkOpGlobalState* SkOpSpanBase::globalState() const { in globalState() function in SkOpSpanBase
DSkOpContour.h143 SkOpGlobalState* globalState() const { in globalState() function
203 void init(SkOpGlobalState* globalState, bool operand, bool isXor) { in init()
DSkPathOpsSimplify.cpp170 SkOpGlobalState globalState(&coincidence, contourList); in Simplify() local
DSkPathOpsCommon.cpp201 SkOpGlobalState globalState(NULL, &contour); in Assemble() local
435 SkOpGlobalState* globalState = contourList->globalState(); in HandleCoincidence() local
DSkPathOpsPostSect.cpp20 SkOpGlobalState* SkOpPtT::globalState() const { in globalState() function in SkOpPtT
242 SkOpGlobalState* SkOpSpanBase::globalState() const { in globalState() function in SkOpSpanBase
DSkPathOpsOp.cpp231 SkOpGlobalState globalState(&coincidence, contourList); in OpDebug() local
DSkOpAngle.cpp641 SkOpGlobalState* SkOpAngle::globalState() const { in globalState() function in SkOpAngle
DSkOpSegment.cpp813 SkOpGlobalState* SkOpSegment::globalState() const { in globalState() function in SkOpSegment
/external/fonttools/Lib/fontTools/ttLib/tables/
DotBase.py124 def __init__(self, data, globalState={}, localState=None, offset=0): argument
194 def __init__(self, globalState, localState=None): argument