/external/skia/gm/ |
multipicturedraw.cpp | 262 typedef void (*PFContentMtd)(SkCanvas* canvas, const SkPicture* pictures[kNumPictures]); 265 static void no_clip(SkCanvas* canvas, const SkPicture* pictures[kNumPictures]) { 266 canvas->drawPicture(pictures[0]); 269 // Two pictures with a rect clip on the second one 270 static void rect_clip(SkCanvas* canvas, const SkPicture* pictures[kNumPictures]) { 271 canvas->drawPicture(pictures[0]); 273 SkRect rect = pictures[0]->cullRect(); 278 canvas->drawPicture(pictures[1]); 281 // Two pictures with a round rect clip on the second one 282 static void rrect_clip(SkCanvas* canvas, const SkPicture* pictures[kNumPictures]) [all...] |
/external/skqp/gm/ |
multipicturedraw.cpp | 262 typedef void (*PFContentMtd)(SkCanvas* canvas, const SkPicture* pictures[kNumPictures]); 265 static void no_clip(SkCanvas* canvas, const SkPicture* pictures[kNumPictures]) { 266 canvas->drawPicture(pictures[0]); 269 // Two pictures with a rect clip on the second one 270 static void rect_clip(SkCanvas* canvas, const SkPicture* pictures[kNumPictures]) { 271 canvas->drawPicture(pictures[0]); 273 SkRect rect = pictures[0]->cullRect(); 278 canvas->drawPicture(pictures[1]); 281 // Two pictures with a round rect clip on the second one 282 static void rrect_clip(SkCanvas* canvas, const SkPicture* pictures[kNumPictures]) [all...] |
/development/samples/devbytes/animation/ActivityAnimations/src/com/example/android/activityanim/ |
BitmapUtils.java | 55 * Load pictures and descriptions. A real app wouldn't do it this way, but that's 60 ArrayList<PictureData> pictures = new ArrayList<PictureData>(); local 66 pictures.add(new PictureData(resourceId, description, thumbnail)); 68 return pictures;
|
ActivityAnimations.java | 70 ArrayList<PictureData> pictures = mBitmapUtils.loadPhotos(resources); local 71 for (int i = 0; i < pictures.size(); ++i) { 72 PictureData pictureData = pictures.get(i);
|
/external/skia/experimental/docs/ |
exampleSlides.js | 316 var pictures = { 368 { "draw":"pictures.xaxis", "paint":"paints.picture" }, 369 { "draw":"pictures.yaxis", "paint":"paints.picture" } 417 { "draw":"pictures.trivialWedgeText", "paint":"paints.picture" } 420 { "draw":"pictures.trivialWedgeSpans", "paint":"paints.picture" } 425 { "draw":"pictures.sectorText" }, 426 { "draw":"pictures.xaxis" } 429 { "draw":"pictures.yaxis" } 432 { "draw":"pictures.sectorXYA" } 435 { "draw":"pictures.sectorXYB" [all...] |
svgBackend.js | 23 case "pictures": 45 case "pictures": 71 svgCache = { "paths":{}, "pictures":{}, "text":{} }; 228 case 'pictures':
|
animationCommon.js | 122 assert(display.drawSpec.startsWith("pictures"));
|
/external/skqp/experimental/docs/ |
exampleSlides.js | 316 var pictures = { 368 { "draw":"pictures.xaxis", "paint":"paints.picture" }, 369 { "draw":"pictures.yaxis", "paint":"paints.picture" } 417 { "draw":"pictures.trivialWedgeText", "paint":"paints.picture" } 420 { "draw":"pictures.trivialWedgeSpans", "paint":"paints.picture" } 425 { "draw":"pictures.sectorText" }, 426 { "draw":"pictures.xaxis" } 429 { "draw":"pictures.yaxis" } 432 { "draw":"pictures.sectorXYA" } 435 { "draw":"pictures.sectorXYB" [all...] |
svgBackend.js | 23 case "pictures": 45 case "pictures": 71 svgCache = { "paths":{}, "pictures":{}, "text":{} }; 228 case 'pictures':
|
animationCommon.js | 122 assert(display.drawSpec.startsWith("pictures"));
|
/external/skia/tests/ |
AnimatedImageTest.cpp | 137 std::vector<sk_sp<SkPicture>> pictures(frameCount); 144 pictures[i].reset(animatedImage->newPictureSnapshot()); 145 canvas.drawPicture(pictures[i]); 164 canvas.drawPicture(pictures[i]);
|
/external/skqp/tests/ |
AnimatedImageTest.cpp | 148 std::vector<sk_sp<SkPicture>> pictures(frameCount); 155 pictures[i].reset(animatedImage->newPictureSnapshot()); 156 canvas.drawPicture(pictures[i]); 175 canvas.drawPicture(pictures[i]);
|
/external/skia/tools/lua/ |
filter-counter.lua | 74 lua_pictures will call this function after all of the pictures have been
|
scrape.lua | 74 lua_pictures will call this function after all of the pictures have been
|
glyph-counts.lua | 91 lua_pictures will call this function after all of the pictures have been
|
scrape_dashing.lua | 82 lua_pictures will call this function after all of the pictures have been
|
glyph-usage.lua | 112 lua_pictures will call this function after all of the pictures have been
|
scrape_dashing_full.lua | 123 lua_pictures will call this function after all of the pictures have been
|
/external/skqp/tools/lua/ |
filter-counter.lua | 74 lua_pictures will call this function after all of the pictures have been
|
scrape.lua | 74 lua_pictures will call this function after all of the pictures have been
|
glyph-counts.lua | 91 lua_pictures will call this function after all of the pictures have been
|
scrape_dashing.lua | 82 lua_pictures will call this function after all of the pictures have been
|
glyph-usage.lua | 112 lua_pictures will call this function after all of the pictures have been
|
scrape_dashing_full.lua | 123 lua_pictures will call this function after all of the pictures have been
|
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/StdSuites/ |
AppleScript_Suite.py | 747 class pictures(aetools.ComponentItem): class in inherits:aetools.ComponentItem 748 """pictures - """ 751 picture = pictures [all...] |