OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fBoundable
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/src/animator/
SkBoundable.cpp
43
SkAnimateMaker& maker) :
fBoundable
(boundable), fMaker(maker) {
44
if (
fBoundable
->hasBounds()) {
51
if (
fBoundable
->hasBounds() == false)
54
fBoundable
->setBounds(fMaker.fDisplayList.fBounds);
SkBoundable.h
36
SkBoundable*
fBoundable
;
/external/skia/src/animator/
SkBoundable.cpp
43
SkAnimateMaker& maker) :
fBoundable
(boundable), fMaker(maker) {
44
if (
fBoundable
->hasBounds()) {
51
if (
fBoundable
->hasBounds() == false)
54
fBoundable
->setBounds(fMaker.fDisplayList.fBounds);
SkBoundable.h
36
SkBoundable*
fBoundable
;
Completed in 1956 milliseconds