Home
last modified time | relevance | path

Searched refs:fList (Results 1 – 25 of 41) sorted by relevance

12

/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_opcode_list.cpp31 : fList () in dng_opcode_list()
53 for (size_t index = 0; index < fList.size (); index++) in Clear()
56 if (fList [index]) in Clear()
59 delete fList [index]; in Clear()
61 fList [index] = NULL; in Clear()
67 fList.clear (); in Clear()
78 fList.swap (otherList.fList); in Swap()
93 for (size_t index = 0; index < fList.size (); index++) in MinVersion()
96 if (includeOptional || !fList [index]->Optional ()) in MinVersion()
99 result = Max_uint32 (result, fList [index]->MinVersion ()); in MinVersion()
[all …]
Ddng_string_list.cpp29 , fList (NULL) in dng_string_list()
67 DoCopyBytes (fList, list, fCount * (uint32) sizeof (dng_string *)); in Allocate()
71 if (fList) in Allocate()
74 free (fList); in Allocate()
78 fList = list; in Allocate()
108 fList [j] = fList [j - 1]; in Insert()
112 fList [index] = ss; in Insert()
142 if (fList) in Clear()
148 delete fList [index]; in Clear()
152 free (fList); in Clear()
[all …]
Ddng_opcode_list.h41 dng_std_vector<dng_opcode *> fList;
59 return fList.size () == 0; in IsEmpty()
88 return (uint32) fList.size (); in Count()
96 return *fList [index]; in Entry()
104 return *fList [index]; in Entry()
Ddng_bad_pixels.cpp579 , fList () in dng_opcode_FixBadPixelsList()
585 fList.Reset (list.Release ()); in dng_opcode_FixBadPixelsList()
587 fList->Sort (); in dng_opcode_FixBadPixelsList()
599 , fList () in dng_opcode_FixBadPixelsList()
618 fList.Reset (new dng_bad_pixel_list); in dng_opcode_FixBadPixelsList()
630 fList->AddPoint (pt); in dng_opcode_FixBadPixelsList()
644 fList->AddRect (r); in dng_opcode_FixBadPixelsList()
648 fList->Sort (); in dng_opcode_FixBadPixelsList()
663 (int) fList->Point (index).v, in dng_opcode_FixBadPixelsList()
664 (int) fList->Point (index).h); in dng_opcode_FixBadPixelsList()
[all …]
Ddng_string_list.h35 dng_string **fList; variable
50 return *(fList [index]);
55 return *(fList [index]);
/third_party/skia/src/utils/
DSkNWayCanvas.cpp20 *fList.append() = canvas; in addCanvas()
25 int index = fList.find(canvas); in removeCanvas()
27 fList.removeShuffle(index); in removeCanvas()
32 fList.reset(); in removeAll()
40 Iter(const SkTDArray<SkCanvas*>& list) : fList(list) { in Iter()
44 if (fIndex < fList.count()) { in next()
45 fCanvas = fList[fIndex++]; in next()
54 const SkTDArray<SkCanvas*>& fList; member in SkNWayCanvas::Iter
60 Iter iter(fList); in willSave()
69 Iter iter(fList); in getSaveLayerStrategy()
[all …]
DSkCanvasStack.cpp35 for (int i = fList.count() - 1; i > 0; --i) { in pushCanvas()
40 fList[i-1]->clipRegion(fCanvasData[i-1].requiredClip); in pushCanvas()
43 SkASSERT(fList.count() == fCanvasData.count()); in pushCanvas()
57 SkASSERT(fList.count() == fCanvasData.count()); in clipToZOrderedBounds()
58 for (int i = 0; i < fList.count(); ++i) { in clipToZOrderedBounds()
59 fList[i]->clipRegion(fCanvasData[i].requiredClip); in clipToZOrderedBounds()
71 SkASSERT(fList.count() == fCanvasData.count()); in didSetM44()
72 for (int i = 0; i < fList.count(); ++i) { in didSetM44()
73 fList[i]->setMatrix(SkM44::Translate(SkIntToScalar(-fCanvasData[i].origin.x()), in didSetM44()
100 SkASSERT(fList.count() == fCanvasData.count()); in onClipRegion()
[all …]
DSkOrderedFontMgr.cpp15 fList.push_back(std::move(fm)); in append()
20 for (const auto& fm : fList) { in onCountFamilies()
27 for (const auto& fm : fList) { in onGetFamilyName()
37 for (const auto& fm : fList) { in onCreateStyleSet()
48 for (const auto& fm : fList) { in onMatchFamily()
58 for (const auto& fm : fList) { in onMatchFamilyStyle()
70 for (const auto& fm : fList) { in onMatchFamilyStyleCharacter()
/third_party/flutter/skia/src/utils/
DSkNWayCanvas.cpp19 *fList.append() = canvas; in addCanvas()
24 int index = fList.find(canvas); in removeCanvas()
26 fList.removeShuffle(index); in removeCanvas()
31 fList.reset(); in removeAll()
39 Iter(const SkTDArray<SkCanvas*>& list) : fList(list) { in Iter()
43 if (fIndex < fList.count()) { in next()
44 fCanvas = fList[fIndex++]; in next()
53 const SkTDArray<SkCanvas*>& fList; member in SkNWayCanvas::Iter
59 Iter iter(fList); in willSave()
68 Iter iter(fList); in getSaveLayerStrategy()
[all …]
DSkCanvasStack.cpp33 for (int i = fList.count() - 1; i > 0; --i) { in pushCanvas()
38 fList[i-1]->clipRegion(fCanvasData[i-1].requiredClip); in pushCanvas()
41 SkASSERT(fList.count() == fCanvasData.count()); in pushCanvas()
55 SkASSERT(fList.count() == fCanvasData.count()); in clipToZOrderedBounds()
56 for (int i = 0; i < fList.count(); ++i) { in clipToZOrderedBounds()
57 fList[i]->clipRegion(fCanvasData[i].requiredClip); in clipToZOrderedBounds()
69 SkASSERT(fList.count() == fCanvasData.count()); in didSetMatrix()
70 for (int i = 0; i < fList.count(); ++i) { in didSetMatrix()
75 fList[i]->setMatrix(tempMatrix); in didSetMatrix()
96 SkASSERT(fList.count() == fCanvasData.count()); in onClipRegion()
[all …]
/third_party/flutter/skia/src/core/
DSkOverdrawCanvas.cpp86 fList[0]->onDrawPatch(cubics, colors, texCoords, blendMode, fPaint); in onDrawPatch()
93 fList[0]->onDrawPaint(this->overdrawPaint(paint)); in onDrawPaint()
98 fList[0]->onDrawBehind(this->overdrawPaint(paint)); in onDrawBehind()
102 fList[0]->onDrawRect(rect, this->overdrawPaint(paint)); in onDrawRect()
106 fList[0]->onDrawRegion(region, this->overdrawPaint(paint)); in onDrawRegion()
110 fList[0]->onDrawOval(oval, this->overdrawPaint(paint)); in onDrawOval()
115 fList[0]->onDrawArc(arc, startAngle, sweepAngle, useCenter, this->overdrawPaint(paint)); in onDrawArc()
120 fList[0]->onDrawDRRect(outer, inner, this->overdrawPaint(paint)); in onDrawDRRect()
124 fList[0]->onDrawRRect(rect, this->overdrawPaint(paint)); in onDrawRRect()
129 fList[0]->onDrawPoints(mode, count, points, this->overdrawPaint(paint)); in onDrawPoints()
[all …]
DSkPtrRecorder.cpp11 Pair* p = fList.begin(); in reset()
12 Pair* stop = fList.end(); in reset()
17 fList.reset(); in reset()
29 int count = fList.count(); in find()
33 int index = SkTSearch<Pair, Less>(fList.begin(), count, pair, sizeof(pair)); in find()
37 return fList[index].fIndex; in find()
45 int count = fList.count(); in add()
49 int index = SkTSearch<Pair, Less>(fList.begin(), count, pair, sizeof(pair)); in add()
54 *fList.insert(index) = pair; in add()
57 return fList[index].fIndex; in add()
[all …]
DSkTLList.h52 Node* node = iter.init(fList, Iter::kHead_IterStart); in ~SkTLList()
72 fList.addToHead(node); in addToHead()
81 fList.addToTail(node); in addToTail()
91 fList.addBefore(node, location.getNode()); in addBefore()
101 fList.addAfter(node, location.getNode()); in addAfter()
117 Node* node = fList.head(); in popHead()
126 Node* node = fList.head(); in popTail()
192 INHERITED::init(list.fList, start);
196 return this->nodeToObj(INHERITED::init(list.fList, start));
266 fList.remove(node); in removeNode()
[all …]
DSkTMultiMap.h134 , fList(nullptr) { in ConstIter()
136 fList = &(*fIter); in ConstIter()
145 SkASSERT(fList);
146 return fList->fValue;
150 if (fList) {
151 fList = fList->fNext;
153 if (!fList) {
156 fList = &(*fIter);
163 const ValueList* fList; variable
DSkTInternalLList.h20 SkDEBUGCODE(SkTInternalLList<ClassName>* fList = nullptr;) \
58 entry->fList = nullptr; in remove()
64 SkASSERT(nullptr == entry->fList); in addToHead()
77 entry->fList = this; in addToHead()
83 SkASSERT(nullptr == entry->fList); in addToTail()
96 entry->fList = this; in addToTail()
125 newEntry->fList = this; in addBefore()
154 newEntry->fList = this; in addAfter()
175 SkASSERT(node->fList == &list); in concat()
176 node->fList = this; in concat()
[all …]
DSkEdgeBuilder.cpp122 Combine combine = is_vertical(edge) && !fList.empty() in addLine()
123 ? this->combineVertical(edge, (SkEdge*)fList.top()) in addLine()
127 case kTotal_Combine: fList.pop(); break; in addLine()
129 case kNo_Combine: fList.push_back(edge); break; in addLine()
137 Combine combine = is_vertical(edge) && !fList.empty() in addLine()
138 ? this->combineVertical(edge, (SkAnalyticEdge*)fList.top()) in addLine()
142 case kTotal_Combine: fList.pop(); break; in addLine()
144 case kNo_Combine: fList.push_back(edge); break; in addLine()
151 fList.push_back(edge); in addQuad()
157 fList.push_back(edge); in addQuad()
[all …]
DSkPtrRecorder.h43 int count() const { return fList.count(); } in count()
73 return fIndex < fSet.fList.count() ? fSet.fList[fIndex++].fPtr : nullptr; in next()
95 SkTDArray<Pair> fList; variable
/third_party/skia/src/core/
DSkPtrRecorder.cpp11 Pair* p = fList.begin(); in reset()
12 Pair* stop = fList.end(); in reset()
17 fList.reset(); in reset()
29 int count = fList.count(); in find()
33 int index = SkTSearch<Pair, Less>(fList.begin(), count, pair, sizeof(pair)); in find()
37 return fList[index].fIndex; in find()
45 int count = fList.count(); in add()
49 int index = SkTSearch<Pair, Less>(fList.begin(), count, pair, sizeof(pair)); in add()
54 *fList.insert(index) = pair; in add()
57 return fList[index].fIndex; in add()
[all …]
DSkOverdrawCanvas.cpp97 fList[0]->onDrawPatch(cubics, colors, texCoords, blendMode, fPaint); in onDrawPatch()
104 fList[0]->onDrawPaint(this->overdrawPaint(paint)); in onDrawPaint()
109 fList[0]->onDrawBehind(this->overdrawPaint(paint)); in onDrawBehind()
113 fList[0]->onDrawRect(rect, this->overdrawPaint(paint)); in onDrawRect()
117 fList[0]->onDrawRegion(region, this->overdrawPaint(paint)); in onDrawRegion()
121 fList[0]->onDrawOval(oval, this->overdrawPaint(paint)); in onDrawOval()
126 fList[0]->onDrawArc(arc, startAngle, sweepAngle, useCenter, this->overdrawPaint(paint)); in onDrawArc()
131 fList[0]->onDrawDRRect(outer, inner, this->overdrawPaint(paint)); in onDrawDRRect()
135 fList[0]->onDrawRRect(rect, this->overdrawPaint(paint)); in onDrawRRect()
140 fList[0]->onDrawPoints(mode, count, points, this->overdrawPaint(paint)); in onDrawPoints()
[all …]
DSkTInternalLList.h20 SkDEBUGCODE(SkTInternalLList<ClassName>* fList = nullptr;) \
58 entry->fList = nullptr; in remove()
64 SkASSERT(nullptr == entry->fList); in addToHead()
77 entry->fList = this; in addToHead()
83 SkASSERT(nullptr == entry->fList); in addToTail()
96 entry->fList = this; in addToTail()
125 newEntry->fList = this; in addBefore()
154 newEntry->fList = this; in addAfter()
175 SkASSERT(node->fList == &list); in concat()
176 node->fList = this; in concat()
[all …]
DSkEdgeBuilder.cpp122 Combine combine = is_vertical(edge) && !fList.empty() in addLine()
123 ? this->combineVertical(edge, (SkEdge*)fList.top()) in addLine()
127 case kTotal_Combine: fList.pop(); break; in addLine()
129 case kNo_Combine: fList.push_back(edge); break; in addLine()
137 Combine combine = is_vertical(edge) && !fList.empty() in addLine()
138 ? this->combineVertical(edge, (SkAnalyticEdge*)fList.top()) in addLine()
142 case kTotal_Combine: fList.pop(); break; in addLine()
144 case kNo_Combine: fList.push_back(edge); break; in addLine()
151 fList.push_back(edge); in addQuad()
157 fList.push_back(edge); in addQuad()
[all …]
DSkPtrRecorder.h43 int count() const { return fList.count(); } in count()
73 return fIndex < fSet.fList.count() ? fSet.fList[fIndex++].fPtr : nullptr; in next()
95 SkTDArray<Pair> fList; variable
/third_party/skia/src/lazy/
DSkDiscardableMemoryPool.cpp58 SkTInternalLList<PoolDiscardableMemory> fList; member in __anonc329c7300111::DiscardableMemoryPool
137 SkASSERT(fList.isEmpty()); in ~DiscardableMemoryPool()
147 PoolDiscardableMemory* cur = iter.init(fList, Iter::kTail_IterStart); in dumpDownTo()
158 fList.remove(dm); in dumpDownTo()
172 fList.addToHead(dm.get()); in make()
184 fList.remove(dm); in removeFromPool()
186 SkASSERT(!fList.isInList(dm)); in removeFromPool()
201 fList.remove(dm); in lock()
202 fList.addToHead(dm); in lock()
/third_party/flutter/skia/src/lazy/
DSkDiscardableMemoryPool.cpp59 SkTInternalLList<PoolDiscardableMemory> fList; member in __anon1b95dd650111::DiscardableMemoryPool
138 SkASSERT(fList.isEmpty()); in ~DiscardableMemoryPool()
148 PoolDiscardableMemory* cur = iter.init(fList, Iter::kTail_IterStart); in dumpDownTo()
159 fList.remove(dm); in dumpDownTo()
173 fList.addToHead(dm.get()); in make()
185 fList.remove(dm); in removeFromPool()
187 SkASSERT(!fList.isInList(dm)); in removeFromPool()
202 fList.remove(dm); in lock()
203 fList.addToHead(dm); in lock()
/third_party/flutter/skia/src/gpu/
DGrRenderTargetOpList.cpp126 : fList{std::move(op)} in OpChain()
133 fBounds = fList.head()->bounds();
137 if (fList.empty()) { in visitProxies()
140 for (const auto& op : GrOp::ChainRange<>(fList.head())) { in visitProxies()
152 while (!fList.empty()) { in deleteOps()
153 pool->release(fList.popHead()); in deleteOps()
239 SkASSERT(!fList.empty()); in tryConcat()
244 if (fList.head()->classID() != list->head()->classID() || in tryConcat()
261 switch (fList.tail()->combineIfPossible(list->head(), caps)) { in tryConcat()
270 fList = DoConcat(std::move(fList), skstd::exchange(*list, List()), caps, pool, in tryConcat()
[all …]

12