OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fGeoCount
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/gpu/batches/
GrAtlasTextBatch.cpp
33
for (int i = 0; i <
fGeoCount
; ++i) {
146
for (int i = 0; i <
fGeoCount
; i++) {
229
int newGeoCount = that->
fGeoCount
+
fGeoCount
;
234
int currAllocSize = SkTMax<int>(kMinGeometryAllocated, GrNextPow2(
fGeoCount
));
240
memcpy(&fGeoData[
fGeoCount
], that->fGeoData.get(), that->
fGeoCount
* sizeof(Geometry));
244
for (int i = 0; i < that->
fGeoCount
; ++i) {
248
that->
fGeoCount
= 0;
249
fGeoCount
= newGeoCount
[
all
...]
GrAtlasTextBatch.h
51
batch->
fGeoCount
= 1;
71
batch->
fGeoCount
= 1;
113
for (int i = 0; i <
fGeoCount
; i++) {
168
int
fGeoCount
;
Completed in 83 milliseconds