Home
last modified time | relevance | path

Searched refs:currentSegment (Results 1 - 2 of 2) sorted by relevance

/third_party/astc-encoder/Test/
H A Dastc_size_binary.py98 currentSegment = None
108 currentSegment = parts[1]
111 if currentSegment == "__TEXT:":
114 if currentSegment == "__DATA_CONST:":
117 if currentSegment == "__DATA:":
127 if currentSegment == "__TEXT:" and section == "__const:":
/third_party/skia/src/pdf/
H A DSkPDFUtils.cpp152 SkDynamicMemoryWStream currentSegment; in EmitPath() local
161 MoveTo(args[0].fX, args[0].fY, &currentSegment); in EmitPath()
167 AppendLine(args[1].fX, args[1].fY, &currentSegment); in EmitPath()
177 append_quad(args, &currentSegment); in EmitPath()
186 append_quad(&quads[i * 2], &currentSegment); in EmitPath()
194 args[3].fX, args[3].fY, &currentSegment); in EmitPath()
199 ClosePath(&currentSegment); in EmitPath()
200 currentSegment.writeToStream(content); in EmitPath()
201 currentSegment.reset(); in EmitPath()
208 if (currentSegment in EmitPath()
[all...]

Completed in 2 milliseconds