/third_party/skia/gm/ |
H A D | wacky_yuv_formats.cpp | 346 SkPaint paint; in make_bitmap() local 691 SkPaint paint; in draw_col_label() local 718 SkPaint paint; draw_row_label() local 923 SkPaint paint; global() variable 1158 SkPaint paint; draw_diff() local [all...] |
H A D | compositor_quads.cpp | 147 SkPaint paint; in draw_tile_boundaries() local 164 SkPaint paint; in draw_clipping_boundaries() local 135 draw_outset_line(SkCanvas* canvas, const SkMatrix& local, const SkPoint pts[2], const SkPaint& paint) draw_outset_line() argument 870 SkPaint paint; drawAndReset() local 972 SkPaint paint; drawAndReset() local [all...] |
/third_party/skia/modules/skparagraph/tests/ |
H A D | SkParagraphTest.cpp | 163 SkPaint paint; in drawRects() local 177 SkPaint paint; in drawLine() local 1305 SkPaint paint; UNIX_ONLY_TEST() local 2056 SkPaint paint; UNIX_ONLY_TEST() local 2127 SkPaint paint; UNIX_ONLY_TEST() local 2664 SkPaint paint; UNIX_ONLY_TEST() local 5566 SkPaint paint; UNIX_ONLY_TEST() local 5591 SkPaint paint; UNIX_ONLY_TEST() local 5622 SkPaint paint; UNIX_ONLY_TEST() local 6107 auto paint = [&](const char* text) { UNIX_ONLY_TEST() local 6136 auto paint = [&](const char* text) { UNIX_ONLY_TEST() local 7319 SkPaint paint; UNIX_ONLY_TEST() local [all...] |
/third_party/skia/modules/skparagraph/src/ |
H A D | TextLine.cpp | 210 void TextLine::paint(ParagraphPainter* painter, const RSPath* path, SkScalar hOffset, SkScalar vOffset) { function in skia::textlayout::TextLine 225 void TextLine::paint(ParagraphPainter* painter, SkScalar x, SkScalar y) { function in skia::textlayout::TextLine 643 void TextLine::TextBlobRecord::paint(ParagraphPainter* painter, SkScalar x, SkScalar y) { function in skia::textlayout::TextLine::TextBlobRecord 654 void TextLine::TextBlobRecord::paint(ParagraphPainter* painter) { function in skia::textlayout::TextLine::TextBlobRecord
|
H A D | ParagraphImpl.cpp | 655 void ParagraphImpl::paint(SkCanvas* canvas, SkScalar x, SkScalar y) { in GetLineFontMetrics() function in skia::textlayout::ParagraphImpl 660 void ParagraphImpl::paint(ParagraphPainter* painter, SkScalar x, SkScalar y) { in GetLineFontMetrics() function in skia::textlayout::ParagraphImpl 666 void ParagraphImpl::paint(ParagraphPainter* painter, RSPath* path, SkScalar hOffset, SkScalar vOffset) { in GetLineFontMetrics() function in skia::textlayout::ParagraphImpl 1843 void ParagraphImpl::updateForegroundPaint(size_t from, size_t to, SkPaint paint) { in GetLineFontMetrics() argument 1854 updateBackgroundPaint(size_t from, size_t to, SkPaint paint) GetLineFontMetrics() argument 1871 SkPaint* paint = std::get_if<SkPaint>(&paintOrID); GetLineFontMetrics() local [all...] |
/third_party/skia/include/core/ |
H A D | SkCanvas.h | 609 int saveLayer(const SkRect& bounds, const SkPaint* paint) { in saveLayer() argument 1258 drawPoint(SkPoint p, const SkPaint& paint) drawPoint() argument 1286 drawLine(SkPoint p0, SkPoint p1, const SkPaint& paint) drawLine() argument 1310 drawIRect(const SkIRect& rect, const SkPaint& paint) drawIRect() argument 1397 drawCircle(SkPoint center, SkScalar radius, const SkPaint& paint) drawCircle() argument 1486 drawImageRect(const sk_sp<SkImage>& image, const SkRect& src, const SkRect& dst, const SkSamplingOptions& sampling, const SkPaint* paint, SrcRectConstraint constraint) drawImageRect() argument 1733 drawString(const char str[], SkScalar x, SkScalar y, const SkFont& font, const SkPaint& paint) drawString() argument 1762 drawString(const SkString& str, SkScalar x, SkScalar y, const SkFont& font, const SkPaint& paint) drawString() argument 1879 drawTextBlob(const sk_sp<SkTextBlob>& blob, SkScalar x, SkScalar y, const SkPaint& paint) drawTextBlob() argument 1888 drawSymbol(const HMSymbolData& symbol, SkPoint locate, const SkPaint& paint) drawSymbol() argument 1944 drawPicture(const sk_sp<SkPicture>& picture, const SkMatrix* matrix, const SkPaint* paint) drawPicture() argument 1969 drawVertices(const SkVertices* vertices, const SkPaint& paint) drawVertices() argument 1993 drawVertices(const sk_sp<SkVertices>& vertices, const SkPaint& paint) drawVertices() argument 2055 drawPatch(const SkPoint cubics[12], const SkColor colors[4], const SkPoint texCoords[4], const SkPaint& paint) drawPatch() argument 2289 onDrawSymbol(const HMSymbolData& symbol, SkPoint locate, const SkPaint& paint) onDrawSymbol() argument [all...] |
/third_party/skia/modules/skparagraph/samples/ |
H A D | SampleParagraph.cpp | 91 SkPaint paint; in drawTest() local 241 TextStyle style(SkPaint paint) { in style() argument 263 SkPaint paint; in drawText() local 318 SkPaint paint; drawLine() local 435 SkPaint paint; drawLine() local 1184 SkPaint paint; drawText() local 1295 SkPaint paint; global() variable 1357 SkPaint paint; global() variable 1394 SkPaint paint; global() variable 1506 SkPaint paint; global() variable 1602 SkPaint paint; global() variable 1960 SkPaint paint; global() variable 2392 SkPaint paint; global() variable 2429 SkPaint paint; global() variable 2777 SkPaint paint; global() variable 2784 SkPaint paint; global() variable 2968 SkPaint paint; global() variable 3024 SkPaint paint; global() variable [all...] |
/third_party/skia/modules/skparagraph/include/ |
H A D | TextStyle.h | 203 const SkPaint* paint = std::get_if<SkPaint>(&fForeground); in getForeground() local 209 void setForegroundPaint(SkPaint paint) { in setForegroundPaint() argument 214 void setForegroundColor(SkPaint paint) { setForegroundPaint(paint); } in setForegroundColor() argument 225 const SkPaint* paint = std::get_if<SkPaint>(&fBackground); in getBackground() local 231 setBackgroundPaint(SkPaint paint) setBackgroundPaint() argument 236 setBackgroundColor(SkPaint paint) setBackgroundColor() argument [all...] |
/third_party/skia/dm/ |
H A D | DMSrcSink.cpp | 2291 SkPaint paint; in draw() local
|
/foundation/arkui/ace_engine/frameworks/core/components/common/painter/ |
H A D | rosen_decoration_painter.cpp | 1133 SkPaint paint; in PaintDecoration() local 1172 SkPaint paint; in PaintBorderImage() local 1284 SkPaint paint; PaintDecoration() local 1370 SkPaint paint; PaintGrayScale() local 1427 SkPaint paint; PaintBrightness() local 1483 SkPaint paint; PaintContrast() local 1533 SkPaint paint; PaintColorBlend() local 1576 SkPaint paint; PaintSaturate() local 1637 SkPaint paint; PaintSepia() local 1709 SkPaint paint; PaintInvert() local 1772 SkPaint paint; PaintHueRotate() local 1921 PaintColorAndImage( const Offset& offset, SkCanvas* canvas, SkPaint& paint, RenderContext& renderContext) PaintColorAndImage() argument 2137 CanUseFillStyle(const Border& border, SkPaint& paint) CanUseFillStyle() argument 2161 CanUsePathRRect(const Border& border, SkPaint& paint) CanUsePathRRect() argument 2319 SetBorderStyle( const BorderEdge& borderEdge, SkPaint& paint, bool useDefaultColor, double spaceBetweenDot, double borderLength) SetBorderStyle() argument 2404 PaintBorder(const Offset& offset, const Border& border, SkCanvas* canvas, SkPaint& paint) PaintBorder() argument 2760 PaintBorderWithLine( const Offset& offset, const Border& border, SkCanvas* canvas, SkPaint& paint) PaintBorderWithLine() argument 2939 PaintShadow( const SkPath& path, const Shadow& shadow, SkCanvas* canvas, const SkPaint* paint) PaintShadow() argument 3063 GetGradientPaint(SkPaint& paint) PaintShadow() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/ |
H A D | rosen_render_custom_paint.cpp | 283 SkPaint paint; in GetStrokePaint() local 423 SkPaint paint; FillRect() local 492 SkPaint paint = GetStrokePaint(); StrokeRect() local 552 SkPaint paint; ClearRect() local 1384 SkPaint paint; Fill() local 1460 SkPaint paint = GetStrokePaint(); Stroke() local 1769 SkPaint paint = GetStrokePaint(); Path2DStroke() local 1821 SkPaint paint; Path2DFill() local 2008 InitPaintBlend(SkPaint& paint) InitPaintBlend() argument 2110 SkPaint paint; global() local 2129 SkPaint paint; global() local 2141 SkPaint paint = GetStrokePaint(); global() local 2174 UpdatePaintShader(const Offset& offset, SkPaint& paint, const Gradient& gradient) global() argument 2316 UpdateLineDash(SkPaint& paint) global() argument 2608 UpdatePaintShader(const Pattern& pattern, SkPaint& paint) global() argument 2917 Mesh( SkBitmap& bitmap, int column, int row, const float* vertices, const int* colors, const SkPaint* paint) global() argument [all...] |
H A D | rosen_render_offscreen_canvas.cpp | 268 SkPaint paint; in Fill() local 368 SkPaint paint; in FillRect() local 1051 UpdatePaintShader(SkPaint& paint, const Gradient& gradient) UpdatePaintShader() argument 1148 UpdatePaintShader(const Pattern& pattern, SkPaint& paint) UpdatePaintShader() argument 1298 SkPaint paint; ClearRect() local 1317 SkPaint paint = GetStrokePaint(); StrokeRect() local 1376 SkPaint paint = GetStrokePaint(); Stroke() local 1452 SkPaint paint; GetStrokePaint() local 1770 SkPaint paint = GetStrokePaint(); Path2DStroke() local 1822 SkPaint paint; Path2DFill() local 1890 UpdateLineDash(SkPaint& paint) UpdateLineDash() argument 2319 SkPaint paint; UpdateTextStyleForeground() local 2338 SkPaint paint; UpdateTextStyleForeground() local 2349 SkPaint paint = GetStrokePaint(); UpdateTextStyleForeground() local 2617 SkPaint paint; UpdateTextStyleForeground() local [all...] |
/third_party/skia/src/gpu/v1/ |
H A D | SurfaceDrawContext.cpp | 329 drawGlyphRunListNoCache(const GrClip* clip, const SkMatrixProvider& viewMatrix, const SkGlyphRunList& glyphRunList, const SkPaint& paint) drawGlyphRunListNoCache() argument 351 drawGlyphRunListWithCache(const GrClip* clip, const SkMatrixProvider& viewMatrix, const SkGlyphRunList& glyphRunList, const SkPaint& paint) drawGlyphRunListWithCache() argument 400 drawGlyphRunList(const GrClip* clip, const SkMatrixProvider& viewMatrix, const SkGlyphRunList& glyphRunList, const SkPaint& paint) drawGlyphRunList() argument 426 drawPaint(const GrClip* clip, GrPaint&& paint, const SkMatrix& viewMatrix) drawPaint() argument 462 attemptQuadOptimization( const GrClip* clip, const GrUserStencilSettings* stencilSettings, GrAA* aa, DrawQuad* quad, GrPaint* paint) attemptQuadOptimization() argument 611 drawFilledQuad(const GrClip* clip, GrPaint&& paint, GrAA aa, DrawQuad* quad, const GrUserStencilSettings* ss) drawFilledQuad() argument 660 GrPaint paint; drawTexture() local 731 drawRect(const GrClip* clip, GrPaint&& paint, GrAA aa, const SkMatrix& viewMatrix, const SkRect& rect, const GrStyle* style) drawRect() argument 784 fillRectToRect(const GrClip* clip, GrPaint&& paint, GrAA aa, const SkMatrix& viewMatrix, const SkRect& rectToDraw, const SkRect& localRect) fillRectToRect() argument 840 drawQuadSet(const GrClip* clip, GrPaint&& paint, GrAA aa, const SkMatrix& viewMatrix, const GrQuadSetEntry quads[], int cnt) drawQuadSet() argument 904 GrPaint paint; internalStencilClear() local 979 drawVertices(const GrClip* clip, GrPaint&& paint, const SkMatrixProvider& matrixProvider, sk_sp<SkVertices> vertices, GrPrimitiveType* overridePrimType) drawVertices() argument 1005 drawAtlas(const GrClip* clip, GrPaint&& paint, const SkMatrix& viewMatrix, int spriteCount, const SkRSXform xform[], const SkRect texRect[], const SkColor colors[]) drawAtlas() argument 1027 drawRRect(const GrClip* origClip, GrPaint&& paint, GrAA aa, const SkMatrix& viewMatrix, const SkRRect& rrect, const GrStyle& style) drawRRect() argument 1328 drawRegion(const GrClip* clip, GrPaint&& paint, GrAA aa, const SkMatrix& viewMatrix, const SkRegion& region, const GrStyle& style, const GrUserStencilSettings* ss) drawRegion() argument 1363 drawOval(const GrClip* clip, GrPaint&& paint, GrAA aa, const SkMatrix& viewMatrix, const SkRect& oval, const GrStyle& style) drawOval() argument 1427 drawArc(const GrClip* clip, GrPaint&& paint, GrAA aa, const SkMatrix& viewMatrix, const SkRect& oval, SkScalar startAngle, SkScalar sweepAngle, bool useCenter, const GrStyle& style) drawArc() argument 1466 drawImageLattice(const GrClip* clip, GrPaint&& paint, const SkMatrix& viewMatrix, GrSurfaceProxyView view, SkAlphaType alphaType, sk_sp<GrColorSpaceXform> csxf, GrSamplerState::Filter filter, std::unique_ptr<SkLatticeIter> iter, const SkRect& dst) drawImageLattice() argument 1549 drawPath(const GrClip* clip, GrPaint&& paint, GrAA aa, const SkMatrix& viewMatrix, const SkPath& path, const GrStyle& style) drawPath() argument 1564 drawShape(const GrClip* clip, GrPaint&& paint, GrAA aa, const SkMatrix& viewMatrix, GrStyledShape&& shape) drawShape() argument 1605 GrPaint paint; drawAndStencilPath() local 1623 GrPaint paint; drawAndStencilPath() local 1674 drawStrokedLine(const GrClip* clip, GrPaint&& paint, GrAA aa, const SkMatrix& viewMatrix, const SkPoint points[2], const SkStrokeRec& stroke) drawStrokedLine() argument 1721 drawSimpleShape(const GrClip* clip, GrPaint* paint, GrAA aa, const SkMatrix& viewMatrix, const GrStyledShape& shape) drawSimpleShape() argument 1784 drawShapeUsingPathRenderer(const GrClip* clip, GrPaint&& paint, GrAA aa, const SkMatrix& viewMatrix, GrStyledShape&& shape, bool attemptDrawSimple) drawShapeUsingPathRenderer() argument [all...] |
/third_party/skia/src/xps/ |
H A D | SkXPSDevice.cpp | 1075 static bool rect_must_be_pathed(const SkPaint& paint, const SkMatrix& matrix) { in rect_must_be_pathed() argument 1142 drawPoints(SkCanvas::PointMode mode, size_t count, const SkPoint points[], const SkPaint& paint) drawPoints() argument 1165 drawRect(const SkRect& r, const SkPaint& paint) drawRect() argument 1170 drawRRect(const SkRRect& rr, const SkPaint& paint) drawRRect() argument 1179 internalDrawRect(const SkRect& r, bool transformRect, const SkPaint& paint) internalDrawRect() argument 1796 AddGlyphs(IXpsOMObjectFactory* xpsFactory, IXpsOMCanvas* canvas, const TypefaceUse* font, LPCWSTR text, XPS_GLYPH_INDEX* xpsGlyphs, UINT32 xpsGlyphsLen, XPS_POINT *origin, FLOAT fontSize, XPS_STYLE_SIMULATION sims, const SkMatrix& transform, const SkPaint& paint) AddGlyphs() argument 1889 text_must_be_pathed(const SkPaint& paint, const SkMatrix& matrix) text_must_be_pathed() argument 1898 onDrawGlyphRunList(const SkGlyphRunList& glyphRunList, const SkPaint& paint) onDrawGlyphRunList() argument 2011 drawImageRect(const SkImage* image, const SkRect* src, const SkRect& dst, const SkSamplingOptions& sampling, const SkPaint& paint, SkCanvas::SrcRectConstraint constraint) drawImageRect() argument [all...] |
/third_party/skia/src/pdf/ |
H A D | SkPDFDevice.cpp | 169 static void transform_shader(SkPaint* paint, const SkMatrix& ctm) { in transform_shader() argument 147 draw_points(SkCanvas::PointMode mode, size_t count, const SkPoint* points, const SkPaint& paint, const SkIRect& bounds, SkBaseDevice* device) draw_points() argument 196 set_style(SkTCopyOnFirstWrite<SkPaint>* paint, SkPaint::Style style) set_style() argument 230 ScopedContentEntry(SkPDFDevice* device, const SkClipStack* clipStack, const SkMatrix& matrix, const SkPaint& paint, SkScalar textScale = 0) ScopedContentEntry() argument 247 ScopedContentEntry(SkPDFDevice* dev, const SkPaint& paint, SkScalar textScale = 0) ScopedContentEntry() argument 474 drawRect(const SkRect& rect, const SkPaint& paint) drawRect() argument 480 drawRRect(const SkRRect& rrect, const SkPaint& paint) drawRRect() argument 484 drawOval(const SkRect& oval, const SkPaint& paint) drawOval() argument 488 drawPath(const SkPath& path, const SkPaint& paint, bool pathIsMutable) drawPath() argument 630 drawImageRect(const SkImage* image, const SkRect* src, const SkRect& dst, const SkSamplingOptions& sampling, const SkPaint& paint, SkCanvas::SrcRectConstraint) drawImageRect() argument 641 drawSprite(const SkBitmap& bm, int x, int y, const SkPaint& paint) drawSprite() argument 644 this->internalDrawImageRect(SkKeyedImage(bm), nullptr, r, SkSamplingOptions(), paint, drawSprite() local 959 onDrawGlyphRunList(const SkGlyphRunList& glyphRunList, const SkPaint& paint) onDrawGlyphRunList() argument 1034 handleInversePath(const SkPath& origPath, const SkPaint& paint, bool pathIsMutable) handleInversePath() argument 1121 SkPaint paint; drawFormXObjectWithMask() local 1139 populate_graphic_state_entry_from_paint( SkPDFDocument* doc, const SkMatrix& matrix, const SkClipStack* clipStack, SkIRect deviceBounds, const SkPaint& paint, const SkMatrix& initialTransform, SkScalar textScale, SkPDFGraphicStackState::Entry* entry, SkTHashSet<SkPDFIndirectReference>* shaderResources, SkTHashSet<SkPDFIndirectReference>* graphicStateResources) populate_graphic_state_entry_from_paint() argument 1217 setUpContentEntry(const SkClipStack* clipStack, const SkMatrix& matrix, const SkPaint& paint, SkScalar textScale, SkPDFIndirectReference* dst) setUpContentEntry() argument 1430 SkPaint paint; color_filter() local 1685 drawDevice(SkBaseDevice* device, const SkSamplingOptions& sampling, const SkPaint& paint) drawDevice() argument 1722 drawSpecial(SkSpecialImage* srcImg, const SkMatrix& localToDevice, const SkSamplingOptions& sampling, const SkPaint& paint) drawSpecial() argument 1733 this->internalDrawImageRect(SkKeyedImage(resultBM), nullptr, r, sampling, paint, drawSpecial() local [all...] |
/third_party/skia/tests/ |
H A D | GrStyledShapeTest.cpp | 525 TestCase(const Geo& geo, const SkPaint& paint, skiatest::Reporter* r, SkScalar scale = SK_Scalar1) TestCase() argument [all...] |
H A D | PathTest.cpp | 116 SkPaint paint; in test_sect_with_horizontal_needs_pinning() local 122 SkPaint paint; in test_path_crbug364224() local 136 SkPaint paint; in test_draw_AA_path() local 178 SkPaint paint; in test_fuzz_crbug_662780() local 432 SkPaint paint; test_bad_cubic_crbug229478() local 691 SkPaint paint; test_clipped_cubic() local 1184 SkPaint paint; stroke_cubic() local 4493 SkPaint paint; test_fuzz_crbug_662952() local 4502 SkPaint paint; test_path_crbugskia6003() local 4592 SkPaint paint; test_skbug_7435() local 5160 SkPaint paint; DEF_TEST() local [all...] |
/third_party/skia/tools/debugger/ |
H A D | DrawCommand.cpp | 382 void apply_paint_blend_mode(const SkPaint& paint, SkJSONWriter& writer) { in apply_paint_blend_mode() argument 752 static void apply_paint_color(const SkPaint& paint, SkJSONWriter& writer) { in apply_paint_color() argument 760 static void apply_paint_style(const SkPaint& paint, SkJSONWriter& writer) { in apply_paint_style() argument 777 static void apply_paint_cap(const SkPaint& paint, SkJSONWriter& writer) { in apply_paint_cap() argument 795 static void apply_paint_join(const SkPaint& paint, SkJSONWrite argument 813 apply_paint_maskfilter(const SkPaint& paint, SkJSONWriter& writer, UrlDataManager& urlDataManager) apply_paint_maskfilter() argument 846 apply_paint_patheffect(const SkPaint& paint, SkJSONWriter& writer, UrlDataManager& urlDataManager) apply_paint_patheffect() argument 902 MakeJsonPaint(SkJSONWriter& writer, const SkPaint& paint, UrlDataManager& urlDataManager) MakeJsonPaint() argument 1077 SkPaint paint; render() local 1169 DrawImageCommand(const SkImage* image, SkScalar left, SkScalar top, const SkSamplingOptions& sampling, const SkPaint* paint) DrawImageCommand() argument 1230 DrawImageLatticeCommand(const SkImage* image, const SkCanvas::Lattice& lattice, const SkRect& dst, SkFilterMode filter, const SkPaint* paint) DrawImageLatticeCommand() argument 1276 DrawImageRectCommand(const SkImage* image, const SkRect& src, const SkRect& dst, const SkSamplingOptions& sampling, const SkPaint* paint, SkCanvas::SrcRectConstraint constraint) DrawImageRectCommand() argument 1327 DrawImageRectLayerCommand(DebugLayerManager* layerManager, const int nodeId, const int frame, const SkRect& src, const SkRect& dst, const SkSamplingOptions& sampling, const SkPaint* paint, SkCanvas::SrcRectConstraint constraint) DrawImageRectLayerCommand() argument 1386 DrawOvalCommand(const SkRect& oval, const SkPaint& paint) DrawOvalCommand() argument 1418 DrawArcCommand(const SkRect& oval, SkScalar startAngle, SkScalar sweepAngle, bool useCenter, const SkPaint& paint) DrawArcCommand() argument 1462 DrawPaintCommand(const SkPaint& paint) DrawPaintCommand() argument 1480 DrawBehindCommand(const SkPaint& paint) DrawBehindCommand() argument 1500 DrawPathCommand(const SkPath& path, const SkPaint& paint) DrawPathCommand() argument 1521 DrawRegionCommand(const SkRegion& region, const SkPaint& paint) DrawRegionCommand() argument 1542 BeginDrawPictureCommand(const SkPicture* picture, const SkMatrix* matrix, const SkPaint* paint) BeginDrawPictureCommand() argument 1589 DrawPointsCommand(SkCanvas::PointMode mode, size_t count, const SkPoint pts[], const SkPaint& paint) DrawPointsCommand() argument 1634 DrawTextBlobCommand(sk_sp<SkTextBlob> blob, SkScalar x, SkScalar y, const SkPaint& paint) DrawTextBlobCommand() argument 1715 DrawPatchCommand(const SkPoint cubics[12], const SkColor colors[4], const SkPoint texCoords[4], SkBlendMode bmode, const SkPaint& paint) DrawPatchCommand() argument 1765 DrawRectCommand(const SkRect& rect, const SkPaint& paint) DrawRectCommand() argument 1784 DrawRRectCommand(const SkRRect& rrect, const SkPaint& paint) DrawRRectCommand() argument 1805 DrawDRRectCommand(const SkRRect& outer, const SkRRect& inner, const SkPaint& paint) DrawDRRectCommand() argument 1894 DrawEdgeAAImageSetCommand(const SkCanvas::ImageSetEntry set[], int count, const SkPoint dstClips[], const SkMatrix preViewMatrices[], const SkSamplingOptions& sampling, const SkPaint* paint, SkCanvas::SrcRectConstraint constraint) DrawEdgeAAImageSetCommand() argument 1938 DrawVerticesCommand(sk_sp<SkVertices> vertices, SkBlendMode bmode, const SkPaint& paint) DrawVerticesCommand() argument 1952 DrawAtlasCommand(const SkImage* image, const SkRSXform xform[], const SkRect tex[], const SkColor colors[], int count, SkBlendMode bmode, const SkSamplingOptions& sampling, const SkRect* cull, const SkPaint* paint) DrawAtlasCommand() argument [all...] |
/third_party/skia/tools/viewer/ |
H A D | Viewer.cpp | 1295 const SkTextBlob* filterTextBlob(const SkPaint& paint, in filterTextBlob() argument 1285 OveridePaintFilterCanvas(SkCanvas* canvas, SkPaint* paint, Viewer::SkPaintFields* pfields, SkFont* font, Viewer::SkFontFields* ffields) OveridePaintFilterCanvas() argument 1600 SkPaint paint; drawSlide() local 1618 SkPaint paint; drawSlide() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/ |
H A D | scrollable_pattern.cpp | 95 void ScrollablePattern::UpdateFadingEdge(const RefPtr<ScrollablePaintMethod>& paint) in UpdateFadingEdge() argument 135 UpdateFadeInfo( bool isFadingTop, bool isFadingBottom, float fadeFrameSize, const RefPtr<ScrollablePaintMethod>& paint) UpdateFadeInfo() argument
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_api.cpp | 1906 auto* paint = reinterpret_cast<DummyPaint*>(paintPtr); in PaintFinalize() local 1880 CanvasDrawRect(ArkUICanvasHandle canvas, ArkUI_Float32 left, ArkUI_Float32 top, ArkUI_Float32 right, ArkUI_Float32 bottom, ArkUIPaintHandle paint) CanvasDrawRect() argument
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/ |
H A D | pixel_map.cpp | 3517 SkPaint paint; in DrawImage() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
H A D | web_pattern.cpp | 6245 auto paint = MakeRefPtr<WebPaintMethod>(renderSurface_); in CreateNodePaintMethod() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_field_pattern.cpp | 270 auto paint = in CreateNodePaintMethod() local
|