OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fLastChild
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/samplecode/
SampleSkLayer.cpp
155
SkLayer*
fLastChild
;
193
fLastChild
= child;
228
fLastChild
->localToGlobal(&matrix);
234
canvas->drawRect(SkRect::MakeSize(
fLastChild
->getSize()), paint);
/external/skia/samplecode/
SampleSkLayer.cpp
155
SkLayer*
fLastChild
;
193
fLastChild
= child;
228
fLastChild
->localToGlobal(&matrix);
234
canvas->drawRect(SkRect::MakeSize(
fLastChild
->getSize()), paint);
Completed in 337 milliseconds