Searched refs:pictureAt (Results 1 - 3 of 3) sorted by relevance

/external/webkit/WebKit/android/nav/
H A DCachedRoot.h86 SkPicture* pictureAt(int x, int y) const;
H A DCachedRoot.cpp725 checker.drawPicture(*pictureAt(x, y));
742 checker.drawPicture(*pictureAt(x, y));
847 SkPicture* picture = node ? frame->picture(node) : pictureAt(x, y);
1079 checker.drawPicture(*pictureAt(x, y));
1298 SkPicture* CachedRoot::pictureAt(int x, int y) const function in class:android::CachedRoot
H A DWebView.cpp954 SkPicture* picture = root->pictureAt(x, y);
968 SkPicture* picture = root->pictureAt(0, 0);
998 SkPicture* picture = getFrameCache(DontAllowNewer)->pictureAt(x, y);
1007 SkPicture* picture = root->pictureAt(x, y);

Completed in 62 milliseconds