Home
last modified time | relevance | path

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

123456

/external/skia/include/core/
DSkTArray.h15 template <typename T, bool MEM_COPY = false> class SkTArray; variable
20 inline void copy(SkTArray<T, true>* self, const T* array) { in copy()
24 inline void copyAndDelete(SkTArray<T, true>* self, char* newMemArray) { in copyAndDelete()
29 inline void copy(SkTArray<T, false>* self, const T* array) { in copy()
35 inline void copyAndDelete(SkTArray<T, false>* self, char* newMemArray) { in copyAndDelete()
44 template <typename T, bool MEM_COPY> void* operator new(size_t, SkTArray<T, MEM_COPY>*, int);
51 template <typename T, bool MEM_COPY> class SkTArray {
56 SkTArray() { in SkTArray() function
68 explicit SkTArray(int reserveCount) { in SkTArray() function
75 explicit SkTArray(const SkTArray& array) { in SkTArray() function
[all …]
DSkInstCnt.h46 GetChildren() = new SkTArray<PFCheckInstCnt>; \
65 static SkTArray<PFCheckInstCnt>*& GetChildren() { \
66 static SkTArray<PFCheckInstCnt>* gChildren; \
89 SkTArray<int (*)(int, bool)>* children = \
/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, const T* array) { in copy()
24 inline void copyAndDelete(SkTArray<T, true>* self, char* newMemArray) { in copyAndDelete()
29 inline void copy(SkTArray<T, false>* self, const T* array) { in copy()
35 inline void copyAndDelete(SkTArray<T, false>* self, char* newMemArray) { in copyAndDelete()
44 template <typename T, bool MEM_COPY> void* operator new(size_t, SkTArray<T, MEM_COPY>*, int);
51 template <typename T, bool MEM_COPY> class SkTArray {
56 SkTArray() { in SkTArray() function
68 explicit SkTArray(int reserveCount) { in SkTArray() function
75 explicit SkTArray(const SkTArray& array) { in SkTArray() function
[all …]
DSkInstCnt.h46 GetChildren() = new SkTArray<PFCheckInstCnt>; \
65 static SkTArray<PFCheckInstCnt>*& GetChildren() { \
66 static SkTArray<PFCheckInstCnt>* gChildren; \
89 SkTArray<int (*)(int, bool)>* children = \
/external/chromium_org/third_party/skia/src/pathops/
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 void 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;
DSkOpSegment.h234 bool activeAngle(int index, int* done, SkTArray<SkOpAngle, true>* angles);
254 SkTArray<SkOpAngle, true>* angles, SkTArray<SkOpAngle*, true>* sorted);
290 static bool SortAngles(const SkTArray<SkOpAngle, true>& angles, // FIXME: replace with
291 SkTArray<SkOpAngle*, true>* angleList, // Sort Angles 2
293 static bool SortAngles2(const SkTArray<SkOpAngle, true>& angles,
294 SkTArray<SkOpAngle*, true>* angleList);
313 void debugShowSort(const char* fun, const SkTArray<SkOpAngle*, true>& angles, int first,
315 void debugShowSort(const char* fun, const SkTArray<SkOpAngle*, true>& angles, int first,
335 bool activeAngleOther(int index, int* done, SkTArray<SkOpAngle, true>* angles);
336 bool activeAngleInner(int index, int* done, SkTArray<SkOpAngle, true>* angles);
[all …]
DSkOpContour.h171 SkTArray<SkOpSegment>& segments() { in segments()
227 SkTArray<SkOpSegment>& debugSegments() { in debugSegments()
242 static void debugShowWindingValues(const SkTArray<SkOpContour*, true>& contourList);
247 void joinCoincidence(const SkTArray<SkCoincidence, true>& , bool partial);
250 SkTArray<SkOpSegment> fSegments;
251 SkTArray<SkOpSegment*, true> fSortedSegments;
253 SkTArray<SkCoincidence, true> fCoincidences;
254 SkTArray<SkCoincidence, true> fPartialCoincidences;
255 SkTArray<const SkOpContour*, true> fCrosses;
DSkPathOpsDebug.h163 static void DumpAngles(const SkTArray<class SkOpAngle, true>& angles);
164 static void DumpAngles(const SkTArray<class SkOpAngle* , true>& angles);
168 void Dump(const SkTArray<class SkOpAngle, true>& angles);
169 void Dump(const SkTArray<class SkOpAngle* , true>& angles);
170 void Dump(const SkTArray<class SkOpAngle, true>* angles);
171 void Dump(const SkTArray<class SkOpAngle* , true>* angles);
DSkPathOpsDebug.cpp86 void SkPathOpsDebug::DumpAngles(const SkTArray<SkOpAngle, true>& angles) { in DumpAngles()
93 void SkPathOpsDebug::DumpAngles(const SkTArray<SkOpAngle* , true>& angles) { in DumpAngles()
140 void Dump(const SkTArray<class SkOpAngle, true>& angles) { in Dump()
144 void Dump(const SkTArray<class SkOpAngle* , true>& angles) { in Dump()
148 void Dump(const SkTArray<class SkOpAngle, true>* angles) { in Dump()
152 void Dump(const SkTArray<class SkOpAngle* , true>* angles) { in Dump()
DSkPathOpsCommon.cpp13 static int contourRangeCheckY(const SkTArray<SkOpContour*, true>& contourList, SkOpSegment** curren… in contourRangeCheckY()
101 SkOpSegment* FindUndone(SkTArray<SkOpContour*, true>& contourList, int* start, int* end) { in FindUndone()
212 void DebugShowActiveSpans(SkTArray<SkOpContour*, true>& contourList) { in DebugShowActiveSpans()
220 static SkOpSegment* findSortableTop(const SkTArray<SkOpContour*, true>& contourList, in findSortableTop()
260 static int rightAngleWinding(const SkTArray<SkOpContour*, true>& contourList, in rightAngleWinding()
277 static void skipVertical(const SkTArray<SkOpContour*, true>& contourList, in skipVertical()
295 SkOpSegment* FindSortableTop(const SkTArray<SkOpContour*, true>& contourList, in FindSortableTop()
354 static void checkEnds(SkTArray<SkOpContour*, true>* contourList) { in checkEnds()
365 static void checkTiny(SkTArray<SkOpContour*, true>* contourList) { in checkTiny()
373 static void fixOtherTIndex(SkTArray<SkOpContour*, true>* contourList) { in fixOtherTIndex()
[all …]
/external/skia/src/pathops/
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 void 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;
DSkOpSegment.h234 bool activeAngle(int index, int* done, SkTArray<SkOpAngle, true>* angles);
254 SkTArray<SkOpAngle, true>* angles, SkTArray<SkOpAngle*, true>* sorted);
290 static bool SortAngles(const SkTArray<SkOpAngle, true>& angles, // FIXME: replace with
291 SkTArray<SkOpAngle*, true>* angleList, // Sort Angles 2
293 static bool SortAngles2(const SkTArray<SkOpAngle, true>& angles,
294 SkTArray<SkOpAngle*, true>* angleList);
313 void debugShowSort(const char* fun, const SkTArray<SkOpAngle*, true>& angles, int first,
315 void debugShowSort(const char* fun, const SkTArray<SkOpAngle*, true>& angles, int first,
335 bool activeAngleOther(int index, int* done, SkTArray<SkOpAngle, true>* angles);
336 bool activeAngleInner(int index, int* done, SkTArray<SkOpAngle, true>* angles);
[all …]
DSkOpContour.h171 SkTArray<SkOpSegment>& segments() { in segments()
227 SkTArray<SkOpSegment>& debugSegments() { in debugSegments()
242 static void debugShowWindingValues(const SkTArray<SkOpContour*, true>& contourList);
247 void joinCoincidence(const SkTArray<SkCoincidence, true>& , bool partial);
250 SkTArray<SkOpSegment> fSegments;
251 SkTArray<SkOpSegment*, true> fSortedSegments;
253 SkTArray<SkCoincidence, true> fCoincidences;
254 SkTArray<SkCoincidence, true> fPartialCoincidences;
255 SkTArray<const SkOpContour*, true> fCrosses;
DSkPathOpsDebug.h163 static void DumpAngles(const SkTArray<class SkOpAngle, true>& angles);
164 static void DumpAngles(const SkTArray<class SkOpAngle* , true>& angles);
168 void Dump(const SkTArray<class SkOpAngle, true>& angles);
169 void Dump(const SkTArray<class SkOpAngle* , true>& angles);
170 void Dump(const SkTArray<class SkOpAngle, true>* angles);
171 void Dump(const SkTArray<class SkOpAngle* , true>* angles);
DSkPathOpsDebug.cpp86 void SkPathOpsDebug::DumpAngles(const SkTArray<SkOpAngle, true>& angles) { in DumpAngles()
93 void SkPathOpsDebug::DumpAngles(const SkTArray<SkOpAngle* , true>& angles) { in DumpAngles()
140 void Dump(const SkTArray<class SkOpAngle, true>& angles) { in Dump()
144 void Dump(const SkTArray<class SkOpAngle* , true>& angles) { in Dump()
148 void Dump(const SkTArray<class SkOpAngle, true>* angles) { in Dump()
152 void Dump(const SkTArray<class SkOpAngle* , true>* angles) { in Dump()
DSkPathOpsCommon.cpp13 static int contourRangeCheckY(const SkTArray<SkOpContour*, true>& contourList, SkOpSegment** curren… in contourRangeCheckY()
101 SkOpSegment* FindUndone(SkTArray<SkOpContour*, true>& contourList, int* start, int* end) { in FindUndone()
212 void DebugShowActiveSpans(SkTArray<SkOpContour*, true>& contourList) { in DebugShowActiveSpans()
220 static SkOpSegment* findSortableTop(const SkTArray<SkOpContour*, true>& contourList, in findSortableTop()
260 static int rightAngleWinding(const SkTArray<SkOpContour*, true>& contourList, in rightAngleWinding()
277 static void skipVertical(const SkTArray<SkOpContour*, true>& contourList, in skipVertical()
295 SkOpSegment* FindSortableTop(const SkTArray<SkOpContour*, true>& contourList, in FindSortableTop()
354 static void checkEnds(SkTArray<SkOpContour*, true>* contourList) { in checkEnds()
365 static void checkTiny(SkTArray<SkOpContour*, true>* contourList) { in checkTiny()
373 static void fixOtherTIndex(SkTArray<SkOpContour*, true>* contourList) { in fixOtherTIndex()
[all …]
/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;
204 SkTArray<SkSTArray<2, Transform, true> > fTransforms;
293 SkTArray<Transforms> fTransforms;
/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;
204 SkTArray<SkSTArray<2, Transform, true> > fTransforms;
293 SkTArray<Transforms> fTransforms;
/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/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/src/gpu/
DGrAAHairLinePathRenderer.h25 typedef SkTArray<SkPoint, true> PtArray;
26 typedef SkTArray<int, true> IntArray;
27 typedef SkTArray<float, true> FloatArray;
/external/skia/tools/skpdiff/
Dskpdiff_util.h42 bool get_directory(const char path[], SkTArray<SkString>* entries);
50 bool glob_files(const char globPattern[], SkTArray<SkString>* entries);
/external/skia/dm/
DDMReporter.h27 void getFailures(SkTArray<SkString>*) const;
33 SkTArray<SkString> fFailures;

123456