HomeSort by relevance Sort by last modified time
    Searched full:draw (Results 226 - 250 of 1005) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/skia/src/animator/
SkDrawPaint.h 39 virtual bool draw(SkAnimateMaker& );
SkDrawPath.h 34 virtual bool draw(SkAnimateMaker& );
SkSnapshot.cpp 48 bool SkSnapshot::draw(SkAnimateMaker& maker) { function in class:SkSnapshot
  /external/skia/src/views/
SkBorderView.cpp 43 SkAnimator::DifferenceType diff = fAnim.draw(canvas, &paint, SkTime::GetMSecs());
SkViewPriv.cpp 5 void SkView::Artist::draw(SkView* view, SkCanvas* canvas) function in class:SkView::Artist
SkWidget.cpp 35 bool draw(SkCanvas* canvas, const SkString& newText, SkScalar x, SkScalar y, SkPaint& paint)
54 // draw the old
57 // draw the new
170 if (fInterp->draw(canvas, fText, x, y, fPaint))
  /external/webkit/WebCore/platform/graphics/android/
android_graphics.h 67 virtual void draw(SkCanvas* , LayerAndroid* );
  /external/webkit/WebCore/platform/graphics/qt/
StillImageQt.cpp 52 void StillImage::draw(GraphicsContext* ctxt, const FloatRect& dst, function in class:WebCore::StillImage
StillImageQt.h 49 virtual void draw(GraphicsContext*, const FloatRect& dstRect, const FloatRect& srcRect, ColorSpace styleColorSpace, CompositeOperator);
  /external/webkit/WebCore/platform/haiku/
RenderThemeHaiku.h 43 // A method asking if the theme is able to draw the focus ring.
  /external/webkit/WebCore/rendering/
RenderFileUploadControl.h 32 // sufficient space to draw a file icon and filename. The RenderButton has a shadow node
  /external/webkit/WebKit/android/jni/
WebFrameView.h 43 virtual void draw(WebCore::GraphicsContext* ctx,
  /external/webkit/WebKit/android/plugins/
PluginViewBridgeAndroid.h 42 virtual void draw(GraphicsContext* gc, const IntRect& rect);
PluginWidgetAndroid.h 50 to allow its draw() method to be called from outside of the PluginView.
88 a subsequent call to draw(NULL).
92 /* Called to draw into the plugin's bitmap. If canvas is non-null, the
95 void draw(SkCanvas* canvas = NULL);
  /external/webkit/WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/
MovieControllerLayer.m 153 // Draw the thumb
159 // Draw left part
164 // Draw center part
168 // Draw right part
  /frameworks/base/core/java/android/webkit/
PluginStub.java 31 * Return a custom embedded view to draw the plugin.
  /frameworks/base/opengl/tests/testPauseResume/
README 5 The program does not draw anything to the screen, it just prints to the log, so use adb logcat to watch the output.
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
LayoutTestController.java 43 // invalidate and draw one line at a time of the web view.
  /packages/apps/Calendar/src/com/android/calendar/
AgendaItemView.java 50 /* Draw vertical color stripe */
  /packages/apps/Camera/src/com/android/camera/ui/
NinePatchTexture.java 60 public void draw(GLRootView root, int x, int y, int w, int h) { method in class:NinePatchTexture
  /packages/apps/Launcher2/src/com/android/launcher2/
FastBitmapDrawable.java 41 public void draw(Canvas canvas) { method in class:FastBitmapDrawable
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinKeyboard.java 406 // HACK: draw mMicIcon and mHintIcon at the same time
488 // Draw main icon at the center of the key visual
496 mainIcon.draw(canvas);
499 // Draw hint icon fully in the key
501 hintIcon.draw(canvas);
568 // Draw language text with shadow
581 mButtonArrowLeftIcon.draw(canvas);
582 mButtonArrowRightIcon.draw(canvas);
586 // Draw the spacebar icon at the bottom
593 mSpaceAutoCompletionIndicator.draw(canvas)
961 public void draw(Canvas canvas) { method in class:LatinKeyboard.SlidingLocaleDrawable
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/parts/
ElementFigure.java 29 * The figure used to draw basic elements.
  /cts/tests/src/android/view/cts/
SurfaceViewStubActivity.java 95 public void draw(Canvas canvas) { method in class:SurfaceViewStubActivity.MockSurfaceView
96 super.draw(canvas);
177 draw(mCanvas);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
TextAlign.java 99 // draw the normal strings
119 // now draw the positioned strings
139 // now draw the text on path

Completed in 1398 milliseconds

1 2 3 4 5 6 7 8 91011>>