OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fRowCount
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkAAClip.cpp
60
int32_t
fRowCount
;
70
return (uint8_t*)(this->yoffsets() +
fRowCount
);
73
return (const uint8_t*)(this->yoffsets() +
fRowCount
);
80
head->
fRowCount
= rowCount;
147
fStopYOff = fCurrYOff + head->
fRowCount
;
198
SkASSERT(head->
fRowCount
> 0);
201
const YOffset* ystop = yoff + head->
fRowCount
;
408
YOffset* stop = yoff + head->
fRowCount
;
484
YOffset* stop = yoff + head->
fRowCount
;
498
SkASSERT(skip <= head->
fRowCount
);
[
all
...]
/external/skia/src/core/
SkAAClip.cpp
60
int32_t
fRowCount
;
70
return (uint8_t*)(this->yoffsets() +
fRowCount
);
73
return (const uint8_t*)(this->yoffsets() +
fRowCount
);
80
head->
fRowCount
= rowCount;
147
fStopYOff = fCurrYOff + head->
fRowCount
;
198
SkASSERT(head->
fRowCount
> 0);
201
const YOffset* ystop = yoff + head->
fRowCount
;
408
YOffset* stop = yoff + head->
fRowCount
;
484
YOffset* stop = yoff + head->
fRowCount
;
498
SkASSERT(skip <= head->
fRowCount
);
[
all
...]
Completed in 24 milliseconds