OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SkBoundable
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/src/animator/
SkBoundable.cpp
10
#include "
SkBoundable
.h"
14
SkBoundable
::
SkBoundable
() {
21
void
SkBoundable
::clearBounder() {
25
void
SkBoundable
::getBounds(SkRect* rect) {
37
void
SkBoundable
::enableBounder() {
42
SkBoundableAuto::SkBoundableAuto(
SkBoundable
* boundable,
SkBoundable.h
16
class
SkBoundable
: public SkDrawable {
18
SkBoundable
();
33
SkBoundableAuto(
SkBoundable
* boundable, SkAnimateMaker& maker);
36
SkBoundable
* fBoundable;
/external/skia/src/animator/
SkBoundable.cpp
10
#include "
SkBoundable
.h"
14
SkBoundable
::
SkBoundable
() {
21
void
SkBoundable
::clearBounder() {
25
void
SkBoundable
::getBounds(SkRect* rect) {
37
void
SkBoundable
::enableBounder() {
42
SkBoundableAuto::SkBoundableAuto(
SkBoundable
* boundable,
SkBoundable.h
16
class
SkBoundable
: public SkDrawable {
18
SkBoundable
();
33
SkBoundableAuto(
SkBoundable
* boundable, SkAnimateMaker& maker);
36
SkBoundable
* fBoundable;
Completed in 594 milliseconds