HomeSort by relevance Sort by last modified time
    Searched refs:SkHitTest (Results 1 - 2 of 2) sorted by null

  /external/skia/src/animator/
SkHitTest.cpp 10 #include "SkHitTest.h"
14 const SkMemberInfo SkHitTest::fInfo[] = {
23 DEFINE_GET_MEMBER(SkHitTest);
25 SkHitTest::SkHitTest() : value(false) {
28 bool SkHitTest::draw(SkAnimateMaker& maker) {
54 bool SkHitTest::enable(SkAnimateMaker& maker) {
66 bool SkHitTest::hasEnable() const {
70 const SkMemberInfo* SkHitTest::preferredChild(SkDisplayTypes type) {
SkHitTest.h 16 class SkHitTest : public SkDrawable {
18 SkHitTest();

Completed in 713 milliseconds