HomeSort by relevance Sort by last modified time
    Searched defs:Draw (Results 1 - 8 of 8) sorted by null

  /external/skia/src/utils/
SkMeshUtils.cpp 81 void SkMeshUtils::Draw(SkCanvas* canvas, const SkBitmap& bitmap,
  /external/qemu/distrib/sdl-1.2.12/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) {
  /external/webkit/WebKit/android/
RenderSkinRadio.cpp 68 void RenderSkinRadio::Draw(SkCanvas* canvas, Node* element, const IntRect& ir,
RenderSkinButton.cpp 73 LOGD("RenderSkinButton::Init: button assets failed to decode\n\tBrowser buttons will not draw");
85 void RenderSkinButton::Draw(SkCanvas* canvas, const IntRect& r, RenderSkinAndroid::State newState)
88 // and webkit will still draw the label and layout space for us.
115 // Draw to the canvas.
RenderSkinCombo.cpp 69 // Finally, if the border is defined by the CSS, we only draw the
109 bool RenderSkinCombo::Draw(SkCanvas* canvas, Node* element, int x, int y, int width, int height)
RenderSkinMediaButton.cpp 78 LOGD("RenderSkinButton::Init: button assets failed to decode\n\tBrowser buttons will not draw");
84 void RenderSkinMediaButton::Draw(SkCanvas* canvas, const IntRect& r, int buttonType)
87 // and webkit will still draw the label and layout space for us.
  /external/skia/emoji/
EmojiFont.cpp 183 void EmojiFont::Draw(SkCanvas* canvas, uint16_t glyphID,
186 SkDebugf("-------- bad glyph passed to EmojiFont::Draw %d\n", glyphID);
  /external/skia/src/xml/
SkJSDisplayable.cpp 75 static JSBool Draw(JSContext *cx, JSObject *obj, uintN argc, jsval *argv, jsval *rval);
82 JSBool SkJSDisplayable::Draw(JSContext *cx, JSObject *obj, uintN argc,
89 drawable->draw(maker);
96 { "draw", SkJSDisplayable::Draw, 1, 0, 0 },

Completed in 91 milliseconds