Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkOpEdgeBuilder.h16 SkOpGlobalState* globalState) in SkOpEdgeBuilder()
26 SkOpGlobalState* globalState) in SkOpEdgeBuilder()
DSkPathOpsTightBounds.cpp14 SkOpGlobalState globalState(nullptr, contourList SkDEBUGPARAMS(nullptr)); in TightBounds() local
DSkOpSpan.cpp84 SkOpGlobalState* SkOpPtT::globalState() const { in globalState() function in SkOpPtT
273 SkOpGlobalState* SkOpSpanBase::globalState() const { in globalState() function in SkOpSpanBase
DSkOpBuilder.cpp47 SkOpGlobalState globalState(nullptr, &contourHead SkDEBUGPARAMS(nullptr)); in FixWinding() local
DSkOpContour.h156 SkOpGlobalState* globalState() const { in globalState() function
225 void init(SkOpGlobalState* globalState, bool operand, bool isXor) { in init()
DSkPathOpsCommon.cpp201 SkOpGlobalState globalState(nullptr, &contour SkDEBUGPARAMS(nullptr)); in Assemble() local
454 SkOpGlobalState* globalState = contourList->globalState(); in HandleCoincidence() local
DSkOpCoincidence.cpp71 PATH_OPS_DEBUG_VALIDATE_PARAMS(SkOpGlobalState* globalState)) { in addExpanded()
DSkOpAngle.cpp593 SkOpGlobalState* SkOpAngle::globalState() const { in globalState() function in SkOpAngle
DSkOpSegment.cpp889 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