HomeSort by relevance Sort by last modified time
    Searched refs:SkPaint (Results 451 - 475 of 947) sorted by null

<<11121314151617181920>>

  /external/skia/src/core/
SkPicturePlayback.cpp 149 static bool needs_deep_copy(const SkPaint& paint) {
217 &SkFlattenObjectProc<SkPaint>);
230 fPaints = SkTRefArray<SkPaint>::Create(paintCount);
237 &SkUnflattenObjectProc<SkPaint>,
298 SafeCount(fPaints), SafeCount(fPaints) * sizeof(SkPaint),
603 fPaints = SkTRefArray<SkPaint>::Create(size);
874 const SkPaint* paint = getPaint(reader);
880 const SkPaint* paint = getPaint(reader);
889 const SkPaint* paint = getPaint(reader);
895 const SkPaint* paint = getPaint(reader)
    [all...]
SkDraw.cpp 17 #include "SkPaint.h"
35 bool SkDraw::ShouldDrawTextAsPaths(const SkPaint& paint, const SkMatrix& ctm) {
37 if (SkPaint::kStroke_Style == paint.getStyle() &&
48 return SkPaint::TooBigToUseCache(ctm, *paint.setTextMatrix(&textM));
63 const SkPaint& paint, bool drawCoverage = false) {
80 const SkPaint& paint) {
99 SkAutoBitmapShaderInstall(const SkBitmap& src, const SkPaint& paint)
124 const SkPaint& paintWithShader() const { return fPaint; }
127 SkPaint fPaint; // copy of caller's paint (which we then modify)
182 const SkPaint& paint
    [all...]
  /external/chromium_org/ui/gfx/
canvas.cc 200 SkPaint paint;
267 SkPaint paint;
269 paint.setStyle(SkPaint::kFill_Style);
281 SkPaint paint;
283 paint.setStyle(SkPaint::kStroke_Style);
293 void Canvas::DrawRect(const Rect& rect, const SkPaint& paint) {
297 void Canvas::DrawPoint(const Point& p1, const SkPaint& paint) {
302 SkPaint paint;
308 void Canvas::DrawLine(const Point& p1, const Point& p2, const SkPaint& paint) {
315 const SkPaint& paint)
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkDraw.cpp 17 #include "SkPaint.h"
35 bool SkDraw::ShouldDrawTextAsPaths(const SkPaint& paint, const SkMatrix& ctm) {
37 if (SkPaint::kStroke_Style == paint.getStyle() &&
48 return SkPaint::TooBigToUseCache(ctm, *paint.setTextMatrix(&textM));
63 const SkPaint& paint, bool drawCoverage = false) {
80 const SkPaint& paint) {
99 SkAutoBitmapShaderInstall(const SkBitmap& src, const SkPaint& paint)
124 const SkPaint& paintWithShader() const { return fPaint; }
127 SkPaint fPaint; // copy of caller's paint (which we then modify)
182 const SkPaint& paint
    [all...]
SkBlitter.h 15 #include "SkPaint.h"
72 const SkPaint& paint) {
78 const SkPaint& paint,
83 const SkPaint&,
SkPicturePlayback.h 18 #include "SkPaint.h"
130 const SkPaint* getPaint(SkReader32& reader) {
179 void dumpPaint(const SkPaint& paint) const;
214 SkTRefArray<SkPaint>* fPaints;
  /external/skia/gm/
xfermodes.cpp 21 SkPaint p;
85 SkPaint p;
228 SkPaint labelP;
230 labelP.setTextAlign(SkPaint::kCenter_Align);
247 SkPaint p;
248 p.setStyle(SkPaint::kFill_Style);
258 p.setStyle(SkPaint::kStroke_Style);
filterbitmap.cpp 15 static void setTypeface(SkPaint* paint, const char name[], SkTypeface::Style style) {
28 SkPaint paint;
34 paint.setFilterLevel(SkPaint::kLow_FilterLevel);
38 paint.setFilterLevel(SkPaint::kHigh_FilterLevel);
117 SkPaint paint;
gammatext.cpp 28 static bool setFont(SkPaint* paint, const char name[]) {
68 static void cgSetPaintForText(CGContextRef cg, const SkPaint& paint) {
90 float x, float y, const SkPaint& paint) {
138 SkPaint paint;
161 SkPaint paint;
megalooper.cpp 97 SkPaint paint;
133 SkPaint loopPaint;
176 SkPaint* paint = looper->addLayer(info);
196 SkPaint paint;
220 SkPaint* paint;
pathfill.cpp 17 SkPaint paint;
18 paint.setStyle(SkPaint::kStroke_Style);
137 SkPaint paint;
170 static void show(SkCanvas* canvas, const SkPath& path, const SkPaint& paint,
195 SkPaint paint;
xfermodes2.cpp 35 SkPaint labelP;
37 labelP.setTextAlign(SkPaint::kCenter_Align);
50 SkPaint p;
52 p.setStyle(SkPaint::kFill_Style);
68 p.setStyle(SkPaint::kStroke_Style);
  /external/chromium_org/third_party/skia/src/gpu/
SkGpuDevice.cpp 429 // converts a SkPaint to a GrPaint, ignoring the skPaint's shader
430 // justAlpha indicates that skPaint's alpha should be used rather than the color
433 // an optimization where the the color filter can be applied to the skPaint's
436 const SkPaint& skPaint,
441 grPaint->setDither(skPaint.isDither());
442 grPaint->setAntiAlias(skPaint.isAntiAlias());
447 SkXfermode* mode = skPaint.getXfermode();
468 uint8_t alpha = skPaint.getAlpha()
    [all...]
GrSWMaskHelper.cpp 43 SkPaint paint;
62 SkPaint paint;
64 paint.setStyle(SkPaint::kStroke_Style);
68 paint.setStyle(SkPaint::kFill_Style);
70 paint.setStyle(SkPaint::kStroke_Style);
  /external/skia/src/gpu/
SkGpuDevice.cpp 429 // converts a SkPaint to a GrPaint, ignoring the skPaint's shader
430 // justAlpha indicates that skPaint's alpha should be used rather than the color
433 // an optimization where the the color filter can be applied to the skPaint's
436 const SkPaint& skPaint,
441 grPaint->setDither(skPaint.isDither());
442 grPaint->setAntiAlias(skPaint.isAntiAlias());
447 SkXfermode* mode = skPaint.getXfermode();
468 uint8_t alpha = skPaint.getAlpha()
    [all...]
GrSWMaskHelper.cpp 43 SkPaint paint;
62 SkPaint paint;
64 paint.setStyle(SkPaint::kStroke_Style);
68 paint.setStyle(SkPaint::kFill_Style);
70 paint.setStyle(SkPaint::kStroke_Style);
  /frameworks/base/libs/hwui/font/
Font.cpp 47 Font::FontDescription::FontDescription(const SkPaint* paint, const mat4& matrix) {
270 CachedGlyphInfo* Font::getCachedGlyph(SkPaint* paint, glyph_t textUnit, bool precaching) {
286 void Font::render(SkPaint* paint, const char *text, uint32_t start, uint32_t len,
292 void Font::render(SkPaint* paint, const char *text, uint32_t start, uint32_t len,
311 if (paint->getTextAlign() != SkPaint::kLeft_Align) {
314 if (paint->getTextAlign() == SkPaint::kCenter_Align) {
342 void Font::measure(SkPaint* paint, const char* text, uint32_t start, uint32_t len,
352 void Font::precache(SkPaint* paint, const char* text, int numGlyphs) {
373 void Font::render(SkPaint* paint, const char* text, uint32_t start, uint32_t len,
393 const SkPaint::Align align = paint->getTextAlign()
    [all...]
  /frameworks/base/core/jni/
android_view_GLES20Canvas.cpp 39 #include <SkPaint.h>
271 SkPaint* paint, jint saveFlags) {
276 OpenGLRenderer* renderer, SkPaint* paint, jint saveFlags) {
381 jfloat left, jfloat top, SkPaint* paint) {
391 float dstLeft, float dstTop, float dstRight, float dstBottom, SkPaint* paint) {
401 SkMatrix* matrix, SkPaint* paint) {
410 jfloat left, jfloat top, jint width, jint height, jboolean hasAlpha, SkPaint* paint) {
436 jint colorOffset, SkPaint* paint) {
451 float left, float top, float right, float bottom, SkPaint* paint) {
465 SkPaint* paint)
    [all...]
  /external/chromium_org/ui/views/controls/menu/
menu_image_util.cc 58 SkPaint paint;
59 paint.setStyle(SkPaint::kFill_Style);
66 paint.setStyle(SkPaint::kStroke_Style);
82 paint.setStyle(SkPaint::kFill_Style);
88 paint.setStyle(SkPaint::kStroke_Style);
  /frameworks/base/libs/hwui/
DisplayListOp.h 114 DrawOp(SkPaint* paint)
191 SkPaint* getPaint(OpenGLRenderer& renderer) {
212 SkPaint* mPaint; // should be accessed via getPaint() when applying
218 DrawBoundedOp(float left, float top, float right, float bottom, SkPaint* paint)
221 DrawBoundedOp(const Rect& localBounds, SkPaint* paint)
227 DrawBoundedOp(const float* points, int count, SkPaint* paint)
238 DrawBoundedOp(SkPaint* paint): DrawOp(paint) { }
732 DrawBitmapOp(SkBitmap* bitmap, float left, float top, SkPaint* paint)
840 DrawBitmapMatrixOp(SkBitmap* bitmap, SkMatrix* matrix, SkPaint* paint)
870 float dstLeft, float dstTop, float dstRight, float dstBottom, SkPaint* paint
    [all...]
  /external/chromium/chrome/browser/ui/gtk/infobars/
infobar_arrow_model.cc 84 SkPaint paint;
86 paint.setStyle(SkPaint::kFill_Style);
110 paint.setStyle(SkPaint::kStroke_Style);
  /external/chromium/chrome/browser/ui/views/
theme_install_bubble_view.cc 120 SkPaint paint;
121 paint.setStyle(SkPaint::kFill_Style);
122 paint.setFlags(SkPaint::kAntiAlias_Flag);
  /external/chromium_org/ash/touch/
touch_hud_projection.cc 43 stroke_paint_.setStyle(SkPaint::kStroke_Style);
130 SkPaint fill_paint_;
131 SkPaint stroke_paint_;
  /external/chromium_org/chrome/browser/chromeos/ui/
focus_ring_layer.cc 114 SkPaint paint;
116 paint.setFlags(SkPaint::kAntiAlias_Flag);
117 paint.setStyle(SkPaint::kStroke_Style);
  /external/chromium_org/third_party/skia/src/animator/
SkAnimateMaker.h 39 class SkPaint;
44 SkAnimateMaker(SkAnimator* animator, SkCanvas* canvas, SkPaint* paint);
115 SkPaint* fPaint;

Completed in 875 milliseconds

<<11121314151617181920>>