Searched defs:SkTArray (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkTArray.h15 template <typename T, bool MEM_COPY = false> class SkTArray;
20 inline void copy(SkTArray<T, true>* self, const T* array) {
24 inline void copyAndDelete(SkTArray<T, true>* self, char* newMemArray) {
29 inline void copy(SkTArray<T, false>* self, const T* array) {
35 inline void copyAndDelete(SkTArray<T, false>* self, char* newMemArray) {
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 { class
56 SkTArray() { function in class:SkTArray
68 explicit SkTArray(int reserveCount) { function in class:SkTArray
75 explicit SkTArray(cons function in class:SkTArray
84 SkTArray(const T* array, int count) { function in class:SkTArray
326 operator !=(const SkTArray<T, MEM_COPY>& right) const argument
336 SkTArray(SkAlignedSTStorage<N,T>* storage) { function in class:SkTArray
346 SkTArray(const SkTArray& array, SkAlignedSTStorage<N,T>* storage) { function in class:SkTArray
356 SkTArray(const T* array, int count, SkAlignedSTStorage<N,T>* storage) { function in class:SkTArray
[all...]
/external/skia/include/core/
H A DSkTArray.h15 template <typename T, bool MEM_COPY = false> class SkTArray;
20 inline void copy(SkTArray<T, true>* self, const T* array) {
24 inline void copyAndDelete(SkTArray<T, true>* self, char* newMemArray) {
29 inline void copy(SkTArray<T, false>* self, const T* array) {
35 inline void copyAndDelete(SkTArray<T, false>* self, char* newMemArray) {
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 { class
56 SkTArray() { function in class:SkTArray
68 explicit SkTArray(int reserveCount) { function in class:SkTArray
75 explicit SkTArray(cons function in class:SkTArray
84 SkTArray(const T* array, int count) { function in class:SkTArray
326 operator !=(const SkTArray<T, MEM_COPY>& right) const argument
336 SkTArray(SkAlignedSTStorage<N,T>* storage) { function in class:SkTArray
346 SkTArray(const SkTArray& array, SkAlignedSTStorage<N,T>* storage) { function in class:SkTArray
356 SkTArray(const T* array, int count, SkAlignedSTStorage<N,T>* storage) { function in class:SkTArray
[all...]
/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsDebug.cpp86 void SkPathOpsDebug::DumpAngles(const SkTArray<SkOpAngle, true>& angles) { argument
93 void SkPathOpsDebug::DumpAngles(const SkTArray<SkOpAngle* , true>& angles) {
140 void Dump(const SkTArray<class SkOpAngle, true>& angles) {
144 void Dump(const SkTArray<class SkOpAngle* , true>& angles) {
148 void Dump(const SkTArray<class SkOpAngle, true>* angles) {
152 void Dump(const SkTArray<class SkOpAngle* , true>* angles) {
H A DSkOpContour.cpp177 void SkOpContour::joinCoincidence(const SkTArray<SkCoincidence, true>& coincidences, bool partial) { argument
359 void SkOpContour::debugShowWindingValues(const SkTArray<SkOpContour*, true>& contourList) { argument
H A DSkPathOpsCommon.cpp13 static int contourRangeCheckY(const SkTArray<SkOpContour*, true>& contourList, SkOpSegment** currentPtr, argument
101 SkOpSegment* FindUndone(SkTArray<SkOpContour*, true>& contourList, int* start, int* end) {
212 void DebugShowActiveSpans(SkTArray<SkOpContour*, true>& contourList) {
220 static SkOpSegment* findSortableTop(const SkTArray<SkOpContour*, true>& contourList, argument
260 static int rightAngleWinding(const SkTArray<SkOpContour*, true>& contourList, argument
277 static void skipVertical(const SkTArray<SkOpContour*, true>& contourList, argument
295 SkOpSegment* FindSortableTop(const SkTArray<SkOpContour*, true>& contourList, argument
354 static void checkEnds(SkTArray<SkOpContour*, true>* contourList) {
365 static void checkTiny(SkTArray<SkOpContour*, true>* contourList) {
373 static void fixOtherTIndex(SkTArray<SkOpContou
[all...]
H A DSkOpSegment.cpp41 bool SkOpSegment::activeAngle(int index, int* done, SkTArray<SkOpAngle, true>* angles) {
68 bool SkOpSegment::activeAngleOther(int index, int* done, SkTArray<SkOpAngle, true>* angles) {
75 bool SkOpSegment::activeAngleInner(int index, int* done, SkTArray<SkOpAngle, true>* angles) {
209 void SkOpSegment::addAngle(SkTArray<SkOpAngle, true>* anglesPtr, int start, int end) const {
655 SkTArray<SkPoint, true>* outsideTs) {
679 SkTArray<SkPoint, true>* oOutsidePts) {
835 void SkOpSegment::addTwoAngles(int start, int end, SkTArray<SkOpAngle, true>* angles) const {
866 bool SkOpSegment::buildAngles(int index, SkTArray<SkOpAngle, true>* angles, bool allowOpp) const {
898 void SkOpSegment::buildAnglesInner(int index, SkTArray<SkOpAngle, true>* angles) const {
918 SkTArray<SkOpAngl
1843 findStartingEdge(const SkTArray<SkOpAngle*, true>& sorted, int start, int end) argument
2644 SortAngles(const SkTArray<SkOpAngle, true>& angles, SkTArray<SkOpAngle*, true>* angleList, SortAngleKind orderKind) argument
2686 SortAngles2(const SkTArray<SkOpAngle, true>& angles, SkTArray<SkOpAngle*, true>* angleList) argument
3109 debugShowSort(const char* fun, const SkTArray<SkOpAngle*, true>& angles, int first, const int contourWinding, const int oppContourWinding, bool sortable) const argument
3227 debugShowSort(const char* fun, const SkTArray<SkOpAngle*, true>& angles, int first, bool sortable) argument
[all...]
/external/skia/src/pathops/
H A DSkPathOpsDebug.cpp86 void SkPathOpsDebug::DumpAngles(const SkTArray<SkOpAngle, true>& angles) { argument
93 void SkPathOpsDebug::DumpAngles(const SkTArray<SkOpAngle* , true>& angles) {
140 void Dump(const SkTArray<class SkOpAngle, true>& angles) {
144 void Dump(const SkTArray<class SkOpAngle* , true>& angles) {
148 void Dump(const SkTArray<class SkOpAngle, true>* angles) {
152 void Dump(const SkTArray<class SkOpAngle* , true>* angles) {
H A DSkOpContour.cpp177 void SkOpContour::joinCoincidence(const SkTArray<SkCoincidence, true>& coincidences, bool partial) { argument
359 void SkOpContour::debugShowWindingValues(const SkTArray<SkOpContour*, true>& contourList) { argument
H A DSkPathOpsCommon.cpp13 static int contourRangeCheckY(const SkTArray<SkOpContour*, true>& contourList, SkOpSegment** currentPtr, argument
101 SkOpSegment* FindUndone(SkTArray<SkOpContour*, true>& contourList, int* start, int* end) {
212 void DebugShowActiveSpans(SkTArray<SkOpContour*, true>& contourList) {
220 static SkOpSegment* findSortableTop(const SkTArray<SkOpContour*, true>& contourList, argument
260 static int rightAngleWinding(const SkTArray<SkOpContour*, true>& contourList, argument
277 static void skipVertical(const SkTArray<SkOpContour*, true>& contourList, argument
295 SkOpSegment* FindSortableTop(const SkTArray<SkOpContour*, true>& contourList, argument
354 static void checkEnds(SkTArray<SkOpContour*, true>* contourList) {
365 static void checkTiny(SkTArray<SkOpContour*, true>* contourList) {
373 static void fixOtherTIndex(SkTArray<SkOpContou
[all...]
H A DSkOpSegment.cpp41 bool SkOpSegment::activeAngle(int index, int* done, SkTArray<SkOpAngle, true>* angles) {
68 bool SkOpSegment::activeAngleOther(int index, int* done, SkTArray<SkOpAngle, true>* angles) {
75 bool SkOpSegment::activeAngleInner(int index, int* done, SkTArray<SkOpAngle, true>* angles) {
209 void SkOpSegment::addAngle(SkTArray<SkOpAngle, true>* anglesPtr, int start, int end) const {
655 SkTArray<SkPoint, true>* outsideTs) {
679 SkTArray<SkPoint, true>* oOutsidePts) {
835 void SkOpSegment::addTwoAngles(int start, int end, SkTArray<SkOpAngle, true>* angles) const {
866 bool SkOpSegment::buildAngles(int index, SkTArray<SkOpAngle, true>* angles, bool allowOpp) const {
898 void SkOpSegment::buildAnglesInner(int index, SkTArray<SkOpAngle, true>* angles) const {
918 SkTArray<SkOpAngl
1843 findStartingEdge(const SkTArray<SkOpAngle*, true>& sorted, int start, int end) argument
2644 SortAngles(const SkTArray<SkOpAngle, true>& angles, SkTArray<SkOpAngle*, true>* angleList, SortAngleKind orderKind) argument
2686 SortAngles2(const SkTArray<SkOpAngle, true>& angles, SkTArray<SkOpAngle*, true>* angleList) argument
3109 debugShowSort(const char* fun, const SkTArray<SkOpAngle*, true>& angles, int first, const int contourWinding, const int oppContourWinding, bool sortable) const argument
3227 debugShowSort(const char* fun, const SkTArray<SkOpAngle*, true>& angles, int first, bool sortable) argument
[all...]
/external/skia/tools/
H A Dskimage_main.cpp20 #include "SkTArray.h"
105 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<SkStrin
700 print_strings(const char* title, const SkTArray<SkString, false>& strings) argument
[all...]

Completed in 194 milliseconds