HomeSort by relevance Sort by last modified time
    Searched refs:Draw (Results 1 - 25 of 39) sorted by null

1 2

  /external/skia/src/core/
SkPictureStateTree.h 32 * A draw call, stores offset into command buffer, a pointer to the matrix, and a pointer to
35 struct Draw {
39 bool operator<(const Draw& other) const { return fOffset < other.fOffset; }
48 * Creates and returns a struct representing a draw at the given offset.
50 Draw* appendDraw(uint32_t offset);
71 uint32_t draw();
114 Draw fCurrentState;
SkTileGridPicture.cpp 23 SkTileGridNextDatum<SkPictureStateTree::Draw>));
SkPictureStateTree.cpp 17 , fStateStack(sizeof(Draw), 16) {
28 *static_cast<Draw*>(fStateStack.push_back()) = fCurrentState;
34 SkPictureStateTree::Draw* SkPictureStateTree::appendDraw(uint32_t offset) {
35 Draw* draw = static_cast<Draw*>(fAlloc.allocThrow(sizeof(Draw))); local
36 *draw = fCurrentState;
37 draw->fOffset = offset;
38 return draw;
93 uint32_t SkPictureStateTree::Iterator::draw() { function in class:SkPictureStateTree::Iterator
108 Draw* draw = static_cast<Draw*>((*fDraws)[fPlaybackIndex]); local
    [all...]
SkBBoxHierarchyRecord.cpp 25 SkPictureStateTree::Draw* draw = fStateTree->appendDraw(this->writeStream().size()); local
26 fBoundingHierarchy->insert(draw, r, true);
  /external/skia/emoji/
EmojiFont.h 60 /** Draw the specified emoji form, given the x,y origin of the text
64 static void Draw(SkCanvas*, uint16_t index, SkScalar x, SkScalar y,
EmojiFont.cpp 184 void EmojiFont::Draw(SkCanvas* canvas, uint16_t glyphID,
187 SkDebugf("-------- bad glyph passed to EmojiFont::Draw %d\n", glyphID);
  /external/skia/legacy/emoji/
EmojiFont.h 60 /** Draw the specified emoji form, given the x,y origin of the text
64 static void Draw(SkCanvas*, uint16_t index, SkScalar x, SkScalar y,
EmojiFont.cpp 183 void EmojiFont::Draw(SkCanvas* canvas, uint16_t glyphID,
186 SkDebugf("-------- bad glyph passed to EmojiFont::Draw %d\n", glyphID);
  /external/webkit/Source/WebKit/android/
RenderSkinMediaButton.h 59 * Draw the skin to the canvas, using the rectangle for its bounds and the
62 static void Draw(SkCanvas* canvas, const IntRect& rect, MediaButton buttonType,
RenderSkinMediaButton.cpp 86 ALOGD("RenderSkinButton::Init: button assets failed to decode\n\tBrowser buttons will not draw");
92 void RenderSkinMediaButton::Draw(SkCanvas* canvas, const IntRect& r,
104 // and webkit will still draw the label and layout space for us.
  /external/chromium/chrome/browser/resources/net_internals/
timelineviewpainter.js 10 addTextNode(node, 'TODO(eroman): Draw some sort of waterfall.');
  /external/skia/include/utils/
SkMeshUtils.h 45 static void Draw(SkCanvas*, const SkBitmap&, int rows, int cols,
  /external/skia/legacy/include/utils/
SkMeshUtils.h 45 static void Draw(SkCanvas*, const SkBitmap&, int rows, int cols,
  /external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_BView.h 61 * draw a nice black box in the entire view to get black borders.
73 Draw(bounds);
84 virtual void Draw(BRect updateRect) {
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
TouchPaint.java 54 * a stylus we have extra buttons. Here we use the primary button to draw,
218 Draw,
332 paint(PaintMode.Draw, mCurX, mCurY);
361 // Draw paint when touching or if the primary button is pressed.
362 mode = PaintMode.Draw;
428 case Draw:
452 * Draw an oval.
  /external/openfst/src/include/fst/script/
draw.h 22 #include <fst/script/draw-impl.h>
88 fstdrawer.Draw(args->ostrm, args->dest);
draw-impl.h 0 // draw.h
19 // Class to draw a binary FST by producing a text file in dot format,
65 // Draw Fst to an output buffer (or stdout if buf = 0)
66 void Draw(ostream *strm, const string &dest) {
  /external/skia/legacy/src/utils/
SkMeshUtils.cpp 88 void SkMeshUtils::Draw(SkCanvas* canvas, const SkBitmap& bitmap,
  /external/skia/src/utils/
SkMeshUtils.cpp 88 void SkMeshUtils::Draw(SkCanvas* canvas, const SkBitmap& bitmap,
  /sdk/eclipse/scripts/
gen_icon.py 50 draw = ImageDraw.Draw(img)
52 draw.ellipse((0, 0, sz4-zoom, sz4-zoom),
55 draw.ellipse((i, i, sz4-i-zoom, sz4-i-zoom),
59 tsx, tsy = draw.textsize(data.letter, font=font)
64 draw.text((ptx + i, pty), data.letter, font=font, fill=data.letter_color)
  /external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
sdlexe.cpp 85 void Draw(CBitmapContext& aGc, const TRect& aTargetRect, const TSize& aSize);
168 void TVirtualCursor::Draw(CBitmapContext& aGc, const TRect& /*aTargetRect*/, const TSize& /*aSize*/)
298 void Draw(const TRect& aRect) const;
451 void CSDLWin::Draw(const TRect& /*aRect*/) const
  /sdk/emulator/opengl/tests/translator_tests/GLES_V2/
triangleV2.cpp 240 // Draw a triangle using the shader pair created in Init()
242 void Draw(EGLDisplay display,EGLSurface surface,int width,int height,GLuint program)
439 Draw(d,egl_surface,WINDOW_WIDTH,WINDOW_HEIGHT,program);
  /external/skia/legacy/src/xml/
SkJSDisplayable.cpp 67 static JSBool Draw(JSContext *cx, JSObject *obj, uintN argc, jsval *argv, jsval *rval);
74 JSBool SkJSDisplayable::Draw(JSContext *cx, JSObject *obj, uintN argc,
81 drawable->draw(maker);
88 { "draw", SkJSDisplayable::Draw, 1, 0, 0 },
  /external/skia/src/xml/
SkJSDisplayable.cpp 67 static JSBool Draw(JSContext *cx, JSObject *obj, uintN argc, jsval *argv, jsval *rval);
74 JSBool SkJSDisplayable::Draw(JSContext *cx, JSObject *obj, uintN argc,
81 drawable->draw(maker);
88 { "draw", SkJSDisplayable::Draw, 1, 0, 0 },
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-jai.jar 

Completed in 773 milliseconds

1 2