OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pict
(Results
1 - 3
of
3
) sorted by null
/external/skia/gm/
pathopsskpclip.cpp
35
SkPicture*
pict
= SkNEW(SkPicture);
variable
36
SkCanvas* rec =
pict
->beginRecording(1200, 900);
49
pict
->endRecording();
53
canvas->drawPicture(*
pict
);
59
canvas->drawPicture(*
pict
);
61
SkSafeUnref(
pict
);
variable
distantclip.cpp
35
SkPicture
pict
;
local
36
SkCanvas* rec =
pict
.beginRecording(100, offset + extents);
50
pict
.endRecording();
54
pict
.draw(pict2.beginRecording(100, offset + extents));
gmmain.cpp
577
SkPicture*
pict
, SkBitmap* bitmap,
587
// This 16x16 tiling matches the settings applied to '
pict
' in
607
pict
->draw(&tileCanvas);
620
canvas.drawPicture(*
pict
);
990
SkPicture*
pict
;
local
1670
SkPicture*
pict
= gmmain.generate_new_
pict
ure(gm, kNone_BbhType, 0);
local
1727
SkPicture*
pict
= gmmain.generate_new_
pict
ure(
local
1756
SkPicture*
pict
= gmmain.generate_new_
pict
ure(
local
[
all
...]
Completed in 84 milliseconds