Searched defs:SkHitTest (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/animator/
H A DSkHitTest.h16 class SkHitTest : public SkDrawable { class in inherits:SkDrawable
18 SkHitTest();
H A DSkHitTest.cpp10 #include "SkHitTest.h"
14 const SkMemberInfo SkHitTest::fInfo[] = {
23 DEFINE_GET_MEMBER(SkHitTest); variable
25 SkHitTest::SkHitTest() : value(false) { function in class:SkHitTest
28 bool SkHitTest::draw(SkAnimateMaker& maker) {
54 bool SkHitTest::enable(SkAnimateMaker& maker) {
66 bool SkHitTest::hasEnable() const {
70 const SkMemberInfo* SkHitTest::preferredChild(SkDisplayTypes type) {

Completed in 35 milliseconds