Searched refs:fUsed (Results 26 - 48 of 48) sorted by relevance

12

/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/
H A DSkPdfNativeObject.cpp113 SkPdfReportIf(!fUsed, kInfo_SkPdfIssueSeverity, kUnusedObject_SkPdfIssue,
H A DSkPdfNativeObject.h113 mutable bool fUsed; member in class:SkPdfNativeObject
139 , fUsed(false)
/external/skia/experimental/Intersection/
H A DLineQuadraticIntersection.cpp143 return intersections.fUsed;
172 return intersections.fUsed;
201 return intersections.fUsed;
261 int roots = intersections.fUsed;
H A DQuadraticIntersection.cpp268 for (int uIndex = 0; uIndex < i.fUsed; ) {
321 int remaining = --i.fUsed - uIndex;
399 if (i.fUsed && i.fCoincidentUsed) {
H A DLineIntersection.cpp31 if ((i.fUsed = used) == 2) {
34 return i.fUsed;
H A DLineQuadraticIntersection_Test.cpp53 result = intersections.fUsed;
H A DQuadraticImplicit.cpp115 SkASSERT(i.fUsed < 3);
328 i.fUsed = 2;
H A DCubicIntersection.cpp70 for (int s = 0; s < i.fUsed; ++s) {
119 SkDebugf(" xlocals.fUsed=%d\n", xlocals.used());
H A DEdgeWalker.cpp75 return intersections.fUsed;
91 return intersections.fUsed;
101 return intersections.fUsed;
H A DSimplify.cpp169 return intersections.fUsed;
189 return intersections.fUsed;
/external/skia/experimental/PdfViewer/pdfparser/native/
H A DSkPdfNativeObject.cpp113 SkPdfReportIf(!fUsed, kInfo_SkPdfIssueSeverity, kUnusedObject_SkPdfIssue,
H A DSkPdfNativeObject.h113 mutable bool fUsed; member in class:SkPdfNativeObject
139 , fUsed(false)
/external/chromium_org/third_party/skia/src/pathops/
H A DSkDQuadLineIntersection.cpp376 fUsed = q.intersectRay(fT[0]);
377 for (int index = 0; index < fUsed; ++index) {
380 return fUsed;
H A DSkDCubicLineIntersection.cpp398 fUsed = c.intersectRay(fT[0]);
399 for (int index = 0; index < fUsed; ++index) {
402 return fUsed;
/external/skia/src/pathops/
H A DSkDQuadLineIntersection.cpp376 fUsed = q.intersectRay(fT[0]);
377 for (int index = 0; index < fUsed; ++index) {
380 return fUsed;
H A DSkDCubicLineIntersection.cpp398 fUsed = c.intersectRay(fT[0]);
399 for (int index = 0; index < fUsed; ++index) {
402 return fUsed;
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DQuadraticIntersection.cpp268 for (int uIndex = 0; uIndex < i.fUsed; ) {
321 int remaining = --i.fUsed - uIndex;
399 if (i.fUsed && i.fCoincidentUsed) {
H A DLineIntersection.cpp31 if ((i.fUsed = used) == 2) {
34 return i.fUsed;
H A DLineQuadraticIntersection_Test.cpp53 result = intersections.fUsed;
H A DQuadraticImplicit.cpp115 SkASSERT(i.fUsed < 3);
328 i.fUsed = 2;
H A DCubicIntersection.cpp70 for (int s = 0; s < i.fUsed; ++s) {
119 SkDebugf(" xlocals.fUsed=%d\n", xlocals.used());
H A DEdgeWalker.cpp75 return intersections.fUsed;
91 return intersections.fUsed;
101 return intersections.fUsed;
H A DSimplify.cpp169 return intersections.fUsed;
189 return intersections.fUsed;

Completed in 6981 milliseconds

12