OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BucketPicture
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebKit/android/jni/
PictureSet.h
57
struct
BucketPicture
{
65
typedef WTF::Vector<
BucketPicture
> Bucket;
PictureSet.cpp
117
BucketPicture
&
bucketPicture
= (*bucket)[j];
118
const SkIRect& inval =
bucketPicture
.mRealArea;
126
SkSafeUnref(
bucketPicture
.mPicture);
127
bucketPicture
.mPicture = splitPicture;
206
BucketPicture
* first = bucket->begin();
207
BucketPicture
* last = bucket->end();
208
for (
BucketPicture
* current = first; current != last; current++) {
209
XLOGC("- in %x,
bucketPicture
%d,%d,%d,%d - %dx%d, picture: %x, base: %x",
239
BucketPicture
* first = bucket->begin()
[
all
...]
WebViewCore.cpp
859
BucketPicture
&
bucketPicture
= (*bucket)[j];
860
const SkIRect& inval =
bucketPicture
.mRealArea;
862
SkSafeUnref(
bucketPicture
.mPicture);
863
bucketPicture
.mPicture = picture;
[
all
...]
Completed in 1367 milliseconds