Searched refs:pictures (Results 1 - 8 of 8) sorted by relevance

/external/skia/gm/
H A Dmultipicturedraw.cpp269 typedef void (*PFContentMtd)(SkCanvas* canvas, const SkPicture* pictures[kNumPictures]);
272 static void no_clip(SkCanvas* canvas, const SkPicture* pictures[kNumPictures]) { argument
273 canvas->drawPicture(pictures[0]);
276 // Two pictures with a rect clip on the second one
277 static void rect_clip(SkCanvas* canvas, const SkPicture* pictures[kNumPictures]) { argument
278 canvas->drawPicture(pictures[0]);
280 SkRect rect = pictures[0]->cullRect();
285 canvas->drawPicture(pictures[1]);
288 // Two pictures with a round rect clip on the second one
289 static void rrect_clip(SkCanvas* canvas, const SkPicture* pictures[kNumPicture argument
304 path_clip(SkCanvas* canvas, const SkPicture* pictures[kNumPictures]) argument
316 invpath_clip(SkCanvas* canvas, const SkPicture* pictures[kNumPictures]) argument
329 sierpinski(SkCanvas* canvas, const SkPicture* pictures[kNumPictures]) argument
339 big_layer(SkCanvas* canvas, const SkPicture* pictures[kNumPictures]) argument
353 create_content(SkMultiPictureDraw* mpd, PFContentMtd pfGen, const SkPicture* pictures[kNumPictures], SkCanvas* dest, const SkMatrix& xform) argument
380 simple(SkCanvas* finalCanvas, SkMultiPictureDraw* mpd, PFContentMtd pfGen, const SkPicture* pictures[kNumPictures], SkTArray<ComposeStep> *composeSteps) argument
395 tiled(SkCanvas* finalCanvas, SkMultiPictureDraw* mpd, PFContentMtd pfGen, const SkPicture* pictures[kNumPictures], SkTArray<ComposeStep> *composeSteps) argument
[all...]
/external/skia/tools/lua/
H A Dscrape.lua74 lua_pictures will call this function after all of the pictures have been
H A Dglyph-counts.lua91 lua_pictures will call this function after all of the pictures have been
H A Dscrape_dashing.lua82 lua_pictures will call this function after all of the pictures have been
H A Dglyph-usage.lua112 lua_pictures will call this function after all of the pictures have been
H A Dscrape_dashing_full.lua123 lua_pictures will call this function after all of the pictures have been
/external/libvorbis/doc/
H A DVorbis_I_spec.tex44 % In LaTeX, pictures are normally put into floating environments, and it is
46 % docs however expect pictures to be placed in a *specific* position. So we
/external/skia/src/core/
H A DSkPictureData.cpp52 const SkTDArray<const SkPicture* >& pictures = record.getPictureRefs(); local
53 fPictureCount = pictures.count();
57 fPictureRefs[i] = pictures[i];
365 // Delete all of the pictures that were already created (up to but excluding i):
488 // Delete all of the pictures that were already created (up to but excluding i):

Completed in 96 milliseconds