HomeSort by relevance Sort by last modified time
    Searched refs:draws (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/skia/src/core/
SkPictureStateTree.h 21 * Provides an interface that, given a sequence of draws into an SkPicture with corresponding
22 * offsets, allows for playback of an arbitrary subset of the draws (note that Z-order is only
23 * guaranteed if the draws are explicitly sorted).
53 * Given a list of draws, and a canvas, returns an iterator that produces the correct sequence
57 Iterator getIterator(const SkTDArray<void*>& draws, SkCanvas* canvas);
83 Iterator(const SkTDArray<void*>& draws, SkCanvas* canvas, Node* root);
84 // The draws this iterator is associated with
102 // current position in the array of draws
SkPictureStateTree.cpp 81 SkPictureStateTree::Iterator SkPictureStateTree::getIterator(const SkTDArray<void*>& draws,
83 return Iterator(draws, canvas, fRoot);
96 SkPictureStateTree::Iterator::Iterator(const SkTDArray<void*>& draws, SkCanvas* canvas, Node* root)
97 : fDraws(&draws)
  /external/skia/src/core/
SkPictureStateTree.h 21 * Provides an interface that, given a sequence of draws into an SkPicture with corresponding
22 * offsets, allows for playback of an arbitrary subset of the draws (note that Z-order is only
23 * guaranteed if the draws are explicitly sorted).
53 * Given a list of draws, and a canvas, returns an iterator that produces the correct sequence
57 Iterator getIterator(const SkTDArray<void*>& draws, SkCanvas* canvas);
83 Iterator(const SkTDArray<void*>& draws, SkCanvas* canvas, Node* root);
84 // The draws this iterator is associated with
102 // current position in the array of draws
SkPictureStateTree.cpp 81 SkPictureStateTree::Iterator SkPictureStateTree::getIterator(const SkTDArray<void*>& draws,
83 return Iterator(draws, canvas, fRoot);
96 SkPictureStateTree::Iterator::Iterator(const SkTDArray<void*>& draws, SkCanvas* canvas, Node* root)
97 : fDraws(&draws)
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pt_vsplit.c 56 ushort draws[MAP_SIZE]; member in struct:vsplit_frontend::__anon14445
98 vsplit->cache.draws[hash] = vsplit->cache.num_fetch_elts;
105 vsplit->draw_elts[vsplit->cache.num_draw_elts++] = vsplit->cache.draws[hash];
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt_vsplit.c 56 ushort draws[MAP_SIZE]; member in struct:vsplit_frontend::__anon24789
98 vsplit->cache.draws[hash] = vsplit->cache.num_fetch_elts;
105 vsplit->draw_elts[vsplit->cache.num_draw_elts++] = vsplit->cache.draws[hash];
  /external/chromium_org/cc/layers/
nine_patch_layer.cc 97 bool draws = !bitmap_.isNull() && local
101 return draws;
  /external/chromium_org/gpu/tools/compositor_model_bench/
render_tree.h 78 void set_drawsContent(bool draws) {
79 drawsContent_ = draws;
  /external/chromium_org/third_party/skia/src/gpu/
GrAAConvexPathRenderer.cpp 317 DrawArray* draws,
320 Draw* draw = &draws->push_back();
342 draw = &draws->push_back();
652 SkSTArray<kPreallocDrawCnt, Draw, true> draws; local
653 create_vertices(segments, fanPt, &draws, verts, idxs);
674 for (int i = 0; i < draws.count(); ++i) {
675 const Draw& draw = draws[i];
  /external/skia/src/gpu/
GrAAConvexPathRenderer.cpp 317 DrawArray* draws,
320 Draw* draw = &draws->push_back();
342 draw = &draws->push_back();
652 SkSTArray<kPreallocDrawCnt, Draw, true> draws; local
653 create_vertices(segments, fanPt, &draws, verts, idxs);
674 for (int i = 0; i < draws.count(); ++i) {
675 const Draw& draw = draws[i];
  /external/chromium_org/chrome/browser/resources/file_manager/js/image_editor/
filter.js 57 // and we cannot fill it partially (since canvas.putImageData always draws
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
gbemu.js     [all...]

Completed in 376 milliseconds