OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fStackDepth
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/pdf/
SkPDFDevice.cpp
251
:
fStackDepth
(0),
267
GraphicStateEntry* currentEntry() { return &fEntries[
fStackDepth
]; }
272
int
fStackDepth
;
277
while (
fStackDepth
) {
283
SkASSERT(
fStackDepth
< kMaxStackDepth);
285
fStackDepth
++;
286
fEntries[
fStackDepth
] = fEntries[
fStackDepth
- 1];
290
SkASSERT(
fStackDepth
> 0);
292
fStackDepth
--
[
all
...]
/external/skia/src/pdf/
SkPDFDevice.cpp
251
:
fStackDepth
(0),
267
GraphicStateEntry* currentEntry() { return &fEntries[
fStackDepth
]; }
272
int
fStackDepth
;
277
while (
fStackDepth
) {
283
SkASSERT(
fStackDepth
< kMaxStackDepth);
285
fStackDepth
++;
286
fEntries[
fStackDepth
] = fEntries[
fStackDepth
- 1];
290
SkASSERT(
fStackDepth
> 0);
292
fStackDepth
--
[
all
...]
Completed in 45 milliseconds