Home
last modified time | relevance | path

Searched refs:SkTArray (Results 1 – 25 of 226) sorted by relevance

12345678910

/external/skia/src/pathops/
DSkPathOpsDebug.h173 static void DumpCoincidence(const SkTArray<class SkOpContour, true>& contours);
174 static void DumpCoincidence(const SkTArray<class SkOpContour* , true>& contours);
175 static void DumpContours(const SkTArray<class SkOpContour, true>& contours);
176 static void DumpContours(const SkTArray<class SkOpContour* , true>& contours);
177 static void DumpContourAngles(const SkTArray<class SkOpContour, true>& contours);
178 static void DumpContourAngles(const SkTArray<class SkOpContour* , true>& contours);
179 static void DumpContourPt(const SkTArray<class SkOpContour, true>& contours, int id);
180 static void DumpContourPt(const SkTArray<class SkOpContour* , true>& contours, int id);
181 static void DumpContourPts(const SkTArray<class SkOpContour, true>& contours);
182 static void DumpContourPts(const SkTArray<class SkOpContour* , true>& contours);
[all …]
DSkPathOpsCommon.h19 SkOpSegment* FindSortableTop(const SkTArray<SkOpContour*, true>& , SkOpAngle::IncludeType ,
22 SkOpSegment* FindUndone(SkTArray<SkOpContour*, true>& contourList, int* start, int* end);
23 void MakeContourList(SkTArray<SkOpContour>& contours, SkTArray<SkOpContour*, true>& list,
25 bool HandleCoincidence(SkTArray<SkOpContour*, true>* , int );
28 void DebugShowActiveSpans(SkTArray<SkOpContour*, true>& contourList);
DSkOpEdgeBuilder.h16 SkOpEdgeBuilder(const SkPathWriter& path, SkTArray<SkOpContour>& contours) in SkOpEdgeBuilder()
23 SkOpEdgeBuilder(const SkPath& path, SkTArray<SkOpContour>& contours) in SkOpEdgeBuilder()
52 SkTArray<SkPoint, true> fPathPts;
53 SkTArray<uint8_t, true> fPathVerbs;
55 SkTArray<SkOpContour>& fContours;
DSkPathOpsCommon.cpp13 static void alignMultiples(SkTArray<SkOpContour*, true>* contourList, in alignMultiples()
24 static void alignCoincidence(SkTArray<SkOpContour*, true>* contourList, in alignCoincidence()
36 static int contourRangeCheckY(const SkTArray<SkOpContour*, true>& contourList, SkOpSegment** curren… in contourRangeCheckY()
124 SkOpSegment* FindUndone(SkTArray<SkOpContour*, true>& contourList, int* start, int* end) { in FindUndone()
222 void DebugShowActiveSpans(SkTArray<SkOpContour*, true>& contourList) { in DebugShowActiveSpans()
230 static SkOpSegment* findTopSegment(const SkTArray<SkOpContour*, true>& contourList, int* index, in findTopSegment()
277 static int rightAngleWinding(const SkTArray<SkOpContour*, true>& contourList, in rightAngleWinding()
298 static void skipVertical(const SkTArray<SkOpContour*, true>& contourList, in skipVertical()
318 SkOpSegment* FindSortableTop(const SkTArray<SkOpContour*, true>& contourList, in FindSortableTop()
389 static bool calcAngles(SkTArray<SkOpContour*, true>* contourList) { in calcAngles()
[all …]
DSkOpContour.h92 SkTArray<SkCoincidence, true>* coincidences);
240 SkTArray<SkOpSegment>& segments() { in segments()
297 SkTArray<SkOpSegment>& debugSegments() { in debugSegments()
312 static void debugShowWindingValues(const SkTArray<SkOpContour*, true>& contourList);
331 void joinCoincidence(const SkTArray<SkCoincidence, true>& , bool partial);
334 SkTArray<SkOpSegment> fSegments;
335 SkTArray<SkOpSegment*, true> fSortedSegments;
337 SkTArray<SkCoincidence, true> fCoincidences;
338 SkTArray<SkCoincidence, true> fPartialCoincidences;
339 SkTArray<const SkOpContour*, true> fCrosses;
/external/chromium_org/third_party/skia/src/pathops/
DSkPathOpsDebug.h173 static void DumpCoincidence(const SkTArray<class SkOpContour, true>& contours);
174 static void DumpCoincidence(const SkTArray<class SkOpContour* , true>& contours);
175 static void DumpContours(const SkTArray<class SkOpContour, true>& contours);
176 static void DumpContours(const SkTArray<class SkOpContour* , true>& contours);
177 static void DumpContourAngles(const SkTArray<class SkOpContour, true>& contours);
178 static void DumpContourAngles(const SkTArray<class SkOpContour* , true>& contours);
179 static void DumpContourPt(const SkTArray<class SkOpContour, true>& contours, int id);
180 static void DumpContourPt(const SkTArray<class SkOpContour* , true>& contours, int id);
181 static void DumpContourPts(const SkTArray<class SkOpContour, true>& contours);
182 static void DumpContourPts(const SkTArray<class SkOpContour* , true>& contours);
[all …]
DSkPathOpsCommon.h19 SkOpSegment* FindSortableTop(const SkTArray<SkOpContour*, true>& , SkOpAngle::IncludeType ,
22 SkOpSegment* FindUndone(SkTArray<SkOpContour*, true>& contourList, int* start, int* end);
23 void MakeContourList(SkTArray<SkOpContour>& contours, SkTArray<SkOpContour*, true>& list,
25 bool HandleCoincidence(SkTArray<SkOpContour*, true>* , int );
28 void DebugShowActiveSpans(SkTArray<SkOpContour*, true>& contourList);
DSkOpEdgeBuilder.h16 SkOpEdgeBuilder(const SkPathWriter& path, SkTArray<SkOpContour>& contours) in SkOpEdgeBuilder()
23 SkOpEdgeBuilder(const SkPath& path, SkTArray<SkOpContour>& contours) in SkOpEdgeBuilder()
52 SkTArray<SkPoint, true> fPathPts;
53 SkTArray<uint8_t, true> fPathVerbs;
55 SkTArray<SkOpContour>& fContours;
DSkPathOpsCommon.cpp13 static void alignMultiples(SkTArray<SkOpContour*, true>* contourList, in alignMultiples()
24 static void alignCoincidence(SkTArray<SkOpContour*, true>* contourList, in alignCoincidence()
36 static int contourRangeCheckY(const SkTArray<SkOpContour*, true>& contourList, SkOpSegment** curren… in contourRangeCheckY()
124 SkOpSegment* FindUndone(SkTArray<SkOpContour*, true>& contourList, int* start, int* end) { in FindUndone()
222 void DebugShowActiveSpans(SkTArray<SkOpContour*, true>& contourList) { in DebugShowActiveSpans()
230 static SkOpSegment* findTopSegment(const SkTArray<SkOpContour*, true>& contourList, int* index, in findTopSegment()
277 static int rightAngleWinding(const SkTArray<SkOpContour*, true>& contourList, in rightAngleWinding()
298 static void skipVertical(const SkTArray<SkOpContour*, true>& contourList, in skipVertical()
318 SkOpSegment* FindSortableTop(const SkTArray<SkOpContour*, true>& contourList, in FindSortableTop()
389 static bool calcAngles(SkTArray<SkOpContour*, true>* contourList) { in calcAngles()
[all …]
DSkOpContour.h92 SkTArray<SkCoincidence, true>* coincidences);
240 SkTArray<SkOpSegment>& segments() { in segments()
297 SkTArray<SkOpSegment>& debugSegments() { in debugSegments()
312 static void debugShowWindingValues(const SkTArray<SkOpContour*, true>& contourList);
331 void joinCoincidence(const SkTArray<SkCoincidence, true>& , bool partial);
334 SkTArray<SkOpSegment> fSegments;
335 SkTArray<SkOpSegment*, true> fSortedSegments;
337 SkTArray<SkCoincidence, true> fCoincidences;
338 SkTArray<SkCoincidence, true> fPartialCoincidences;
339 SkTArray<const SkOpContour*, true> fCrosses;
/external/chromium_org/third_party/skia/include/core/
DSkTArray.h15 template <typename T, bool MEM_COPY = false> class SkTArray; variable
20 inline void copy(SkTArray<T, true>* self, int dst, int src) { in copy()
24 inline void copy(SkTArray<T, true>* self, const T* array) { in copy()
28 inline void copyAndDelete(SkTArray<T, true>* self, char* newMemArray) { in copyAndDelete()
33 inline void copy(SkTArray<T, false>* self, int dst, int src) { in copy()
37 inline void copy(SkTArray<T, false>* self, const T* array) { in copy()
43 inline void copyAndDelete(SkTArray<T, false>* self, char* newMemArray) { in copyAndDelete()
52 template <typename T, bool MEM_COPY> void* operator new(size_t, SkTArray<T, MEM_COPY>*, int);
59 template <typename T, bool MEM_COPY> class SkTArray {
64 SkTArray() { in SkTArray() function
[all …]
DSkInstCnt.h71 static SkTArray<int (*)(int, bool)>*& GetChildren() { \
72 static SkTArray<int (*)(int, bool)>* gChildren; \
100 SkTArray<int (*)(int, bool)>* children = \
123 new SkTArray<int (*)(int, bool)>; \
/external/skia/include/core/
DSkTArray.h15 template <typename T, bool MEM_COPY = false> class SkTArray; variable
20 inline void copy(SkTArray<T, true>* self, int dst, int src) { in copy()
24 inline void copy(SkTArray<T, true>* self, const T* array) { in copy()
28 inline void copyAndDelete(SkTArray<T, true>* self, char* newMemArray) { in copyAndDelete()
33 inline void copy(SkTArray<T, false>* self, int dst, int src) { in copy()
37 inline void copy(SkTArray<T, false>* self, const T* array) { in copy()
43 inline void copyAndDelete(SkTArray<T, false>* self, char* newMemArray) { in copyAndDelete()
52 template <typename T, bool MEM_COPY> void* operator new(size_t, SkTArray<T, MEM_COPY>*, int);
59 template <typename T, bool MEM_COPY> class SkTArray {
64 SkTArray() { in SkTArray() function
[all …]
DSkInstCnt.h71 static SkTArray<int (*)(int, bool)>*& GetChildren() { \
72 static SkTArray<int (*)(int, bool)>* gChildren; \
100 SkTArray<int (*)(int, bool)>* children = \
123 new SkTArray<int (*)(int, bool)>; \
/external/skia/tests/
DPathOpsDebug.cpp387 void SkPathOpsDebug::DumpCoincidence(const SkTArray<SkOpContour, true>& contours) { in DumpCoincidence()
394 void SkPathOpsDebug::DumpCoincidence(const SkTArray<SkOpContour* , true>& contours) { in DumpCoincidence()
401 void SkPathOpsDebug::DumpContours(const SkTArray<SkOpContour, true>& contours) { in DumpContours()
408 void SkPathOpsDebug::DumpContours(const SkTArray<SkOpContour* , true>& contours) { in DumpContours()
415 void SkPathOpsDebug::DumpContourAngles(const SkTArray<SkOpContour, true>& contours) { in DumpContourAngles()
422 void SkPathOpsDebug::DumpContourAngles(const SkTArray<SkOpContour* , true>& contours) { in DumpContourAngles()
429 void SkPathOpsDebug::DumpContourPts(const SkTArray<SkOpContour, true>& contours) { in DumpContourPts()
436 void SkPathOpsDebug::DumpContourPts(const SkTArray<SkOpContour* , true>& contours) { in DumpContourPts()
443 void SkPathOpsDebug::DumpContourPt(const SkTArray<SkOpContour, true>& contours, int segmentID) { in DumpContourPt()
450 void SkPathOpsDebug::DumpContourPt(const SkTArray<SkOpContour* , true>& contours, int segmentID) { in DumpContourPt()
[all …]
/external/chromium_org/third_party/skia/tests/
DPathOpsDebug.cpp387 void SkPathOpsDebug::DumpCoincidence(const SkTArray<SkOpContour, true>& contours) { in DumpCoincidence()
394 void SkPathOpsDebug::DumpCoincidence(const SkTArray<SkOpContour* , true>& contours) { in DumpCoincidence()
401 void SkPathOpsDebug::DumpContours(const SkTArray<SkOpContour, true>& contours) { in DumpContours()
408 void SkPathOpsDebug::DumpContours(const SkTArray<SkOpContour* , true>& contours) { in DumpContours()
415 void SkPathOpsDebug::DumpContourAngles(const SkTArray<SkOpContour, true>& contours) { in DumpContourAngles()
422 void SkPathOpsDebug::DumpContourAngles(const SkTArray<SkOpContour* , true>& contours) { in DumpContourAngles()
429 void SkPathOpsDebug::DumpContourPts(const SkTArray<SkOpContour, true>& contours) { in DumpContourPts()
436 void SkPathOpsDebug::DumpContourPts(const SkTArray<SkOpContour* , true>& contours) { in DumpContourPts()
443 void SkPathOpsDebug::DumpContourPt(const SkTArray<SkOpContour, true>& contours, int segmentID) { in DumpContourPt()
450 void SkPathOpsDebug::DumpContourPt(const SkTArray<SkOpContour* , true>& contours, int segmentID) { in DumpContourPt()
[all …]
/external/chromium_org/third_party/skia/src/gpu/gl/
DGrGLProgramEffects.h72 typedef SkTArray<TransformedCoords> TransformedCoordsArray;
97 typedef SkTArray<TextureSampler> TextureSamplerArray;
123 SkTArray<GrGLEffect*> fGLEffects;
124 SkTArray<SkSTArray<4, Sampler, true> > fSamplers;
207 SkTArray<SkSTArray<2, Transform, true> > fTransforms;
296 SkTArray<Transforms> fTransforms;
/external/skia/src/gpu/gl/
DGrGLProgramEffects.h72 typedef SkTArray<TransformedCoords> TransformedCoordsArray;
97 typedef SkTArray<TextureSampler> TextureSamplerArray;
123 SkTArray<GrGLEffect*> fGLEffects;
124 SkTArray<SkSTArray<4, Sampler, true> > fSamplers;
207 SkTArray<SkSTArray<2, Transform, true> > fTransforms;
296 SkTArray<Transforms> fTransforms;
/external/chromium_org/third_party/skia/tools/
Dskimage_main.cpp105 static SkTArray<SkString, false> gInvalidStreams;
106 static SkTArray<SkString, false> gMissingCodecs;
107 static SkTArray<SkString, false> gDecodeFailures;
108 static SkTArray<SkString, false> gEncodeFailures;
109 static SkTArray<SkString, false> gSuccessfulDecodes;
110 static SkTArray<SkString, false> gSuccessfulSubsetDecodes;
111 static SkTArray<SkString, false> gFailedSubsetDecodes;
114 static SkTArray<SkString, false> gMissingExpectations;
115 static SkTArray<SkString, false> gMissingSubsetExpectations;
117 static SkTArray<SkString, false> gKnownFailures;
[all …]
/external/skia/tools/
Dskimage_main.cpp105 static SkTArray<SkString, false> gInvalidStreams;
106 static SkTArray<SkString, false> gMissingCodecs;
107 static SkTArray<SkString, false> gDecodeFailures;
108 static SkTArray<SkString, false> gEncodeFailures;
109 static SkTArray<SkString, false> gSuccessfulDecodes;
110 static SkTArray<SkString, false> gSuccessfulSubsetDecodes;
111 static SkTArray<SkString, false> gFailedSubsetDecodes;
114 static SkTArray<SkString, false> gMissingExpectations;
115 static SkTArray<SkString, false> gMissingSubsetExpectations;
117 static SkTArray<SkString, false> gKnownFailures;
[all …]
/external/skia/src/gpu/
DGrAAHairLinePathRenderer.h25 typedef SkTArray<SkPoint, true> PtArray;
26 typedef SkTArray<int, true> IntArray;
27 typedef SkTArray<float, true> FloatArray;
/external/chromium_org/third_party/skia/src/gpu/
DGrAAHairLinePathRenderer.h25 typedef SkTArray<SkPoint, true> PtArray;
26 typedef SkTArray<int, true> IntArray;
27 typedef SkTArray<float, true> FloatArray;
/external/skia/experimental/AndroidPathRenderer/
DAndroidPathRenderer.h65 float sqrInvScaleX, float sqrInvScaleY, SkTArray<Vertex, true>* outputVertices);
76 SkTArray<Vertex, true>* outputVertices);
88 SkTArray<Vertex, true>* outputVertices);
/external/chromium_org/third_party/skia/experimental/AndroidPathRenderer/
DAndroidPathRenderer.h65 float sqrInvScaleX, float sqrInvScaleY, SkTArray<Vertex, true>* outputVertices);
76 SkTArray<Vertex, true>* outputVertices);
88 SkTArray<Vertex, true>* outputVertices);
/external/chromium_org/third_party/skia/bench/
DStackBench.cpp62 SkTArray<int, true> s; in BENCH()
84 SkTArray<int, true> s; in BENCH()
118 SkTArray<int, true> s; in BENCH()
146 SkTArray<int, true> s; in BENCH()
170 SkTArray<int, true> s; in BENCH()

12345678910