HomeSort by relevance Sort by last modified time
    Searched full:paint (Results 576 - 600 of 903) sorted by null

<<21222324252627282930>>

  /external/webkit/WebKit/chromium/src/
WebPluginContainerImpl.cpp 80 void WebPluginContainerImpl::paint(GraphicsContext* gc, const IntRect& damageRect) function in class:WebKit::WebPluginContainerImpl
88 // Don't paint anything if the plugin doesn't intersect the damage rect.
110 m_webPlugin->paint(canvas, windowRect);
WebPopupMenuImpl.cpp 157 void WebPopupMenuImpl::paint(WebCanvas* canvas, const WebRect& rect) function in class:WebKit::WebPopupMenuImpl
172 m_widget->paint(&gc, rect);
  /frameworks/base/docs/html/guide/topics/graphics/
index.jd 104 Bitmap to another Canvas with one of the <code>{@link android.graphics.Canvas#drawBitmap(Bitmap,Matrix,Paint)
186 the previous state of the Canvas will be retained. In order to properly animate your graphics, you must re-paint the
189 with <code>{@link android.graphics.Canvas#drawBitmap(Bitmap,Rect,RectF,Paint) drawBitmap()}</code>. Otherwise,
  /packages/apps/Gallery3D/src/com/cooliris/media/
TimeBar.java 31 import android.graphics.Paint;
46 private static final Paint SRC_PAINT = new Paint();
  /packages/apps/Settings/src/com/android/settings/
ActivityPicker.java 35 import android.graphics.Paint;
329 mCanvas.setDrawFilter(new PaintFlagsDrawFilter(Paint.DITHER_FLAG,
330 Paint.FILTER_BITMAP_FLAG));
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinKeyboardView.java 23 import android.graphics.Paint;
383 private Paint mPaint;
480 mPaint = new Paint();
  /external/skia/src/core/
SkBitmap.cpp 790 SkPaint paint; local
792 paint.setDither(true);
793 canvas.drawBitmap(*this, 0, 0, &paint);
1116 void SkBitmap::extractAlpha(SkBitmap* dst, const SkPaint* paint,
1127 SkMaskFilter* filter = paint ? paint->getMaskFilter() : NULL;
    [all...]
  /external/webkit/WebCore/platform/graphics/cg/
GraphicsContextCG.cpp 290 // Remainder is 20. The maximum pixels of line we could paint
402 // Remainder is 20. The maximum pixels of line we could paint
575 m_common->state.fillGradient->paint(this);
600 m_common->state.strokeGradient->paint(this);
624 m_common->state.fillGradient->paint(this);
865 m_common->state.strokeGradient->paint(this);
    [all...]
  /external/webkit/WebCore/rendering/
RenderTable.cpp 484 void RenderTable::paint(PaintInfo& paintInfo, int tx, int ty) function in class:WebCore::RenderTable
518 // We don't paint our own background, but we do let the kids paint their backgrounds.
528 child->paint(info, tx, ty);
532 // Collect all the unique border styles that we want to paint in a sorted list. Once we
547 child->paint(info, tx, ty);
    [all...]
RenderListItem.cpp 309 void RenderListItem::paint(PaintInfo& paintInfo, int tx, int ty) function in class:WebCore::RenderListItem
314 RenderBlock::paint(paintInfo, tx, ty);
  /external/webkit/WebKit/android/plugins/
android_npapi.h 519 /** Return a new paint object, which holds all of the color and style
523 The paint that is returned is not tied to any particular plugin
558 /** Return the typeface ine paint, or null if there is none. This does not
563 /** Set the paint's typeface. If the paint already had a non-null typeface,
583 /** Return in metrics the spacing values for text, respecting the paint's
    [all...]
  /frameworks/base/core/java/android/text/
SpannableStringBuilder.java 20 import android.graphics.Paint;
1041 float x, float y, Paint p) {
    [all...]
  /external/skia/src/animator/
SkAnimateMaker.cpp 38 SkAnimateMaker::SkAnimateMaker(SkAnimator* animator, SkCanvas* canvas, SkPaint* paint)
40 fHostEventSinkID(0), fMinimumInterval((SkMSec) -1), fPaint(paint), fParentMaker(NULL),
  /external/webkit/WebCore/css/
SVGCSSParser.cpp 177 case CSSPropertyFill: // <paint> | inherit
178 case CSSPropertyStroke: // <paint> | inherit
  /external/webkit/WebCore/editing/
IndentOutdentCommand.cpp 286 // When a selection ends at the start of a paragraph, we rarely paint
291 // FIXME: We paint the gap before some paragraphs that are indented with left
InsertListCommand.cpp 117 // When a selection ends at the start of a paragraph, we rarely paint
122 // FIXME: We paint the gap before some paragraphs that are indented with left
  /external/webkit/WebCore/platform/graphics/win/
WKCACFLayerRenderer.cpp 326 paint();
329 void WKCACFLayerRenderer::paint() function in class:WebCore::WKCACFLayerRenderer
  /packages/apps/Music/src/com/android/music/
MusicUtils.java 39 import android.graphics.Paint;
1270 Paint paint = new Paint(); local
    [all...]
  /prebuilt/common/jfreechart/
jcommon-1.0.12.jar 
  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapTest.java 29 import android.graphics.Paint;
440 args = {android.graphics.Paint.class, int[].class}
447 mBitmap.extractAlpha(new Paint(), new int[]{0, 1});
454 Bitmap ret = mBitmap.extractAlpha(new Paint(), new int[]{0, 1});
  /cts/tests/tests/text/src/android/text/style/cts/
TypefaceSpanTest.java 74 notes = "Test updateMeasureState(TextPaint paint).",
  /development/samples/BrowserPlugin/jni/animation/
AnimationPlugin.cpp 120 // paint the canvas (using the path API)
  /external/proguard/src/proguard/gui/splash/
SplashPanel.java 138 sprite.paint(graphics, System.currentTimeMillis() - startTime);
  /external/skia/include/core/
SkTypeface.h 28 This is used in the paint, along with optionally algorithmic settings like
SkXfermode.h 29 then objects drawn with that paint have the xfermode applied.

Completed in 394 milliseconds

<<21222324252627282930>>