Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
flutter::testing::DisplayListStreamDispatcher Member List

This is the complete list of members for flutter::testing::DisplayListStreamDispatcher, including all inherited members.

ClipOp typedefflutter::DlOpReceiverprotected
clipPath(const SkPath &path, ClipOp clip_op, bool is_aa) overrideflutter::testing::DisplayListStreamDispatchervirtual
flutter::DlOpReceiver::clipPath(const CacheablePath &cache, ClipOp clip_op, bool is_aa)flutter::DlOpReceiverinlinevirtual
clipRect(const SkRect &rect, ClipOp clip_op, bool is_aa) overrideflutter::testing::DisplayListStreamDispatchervirtual
clipRRect(const SkRRect &rrect, ClipOp clip_op, bool is_aa) overrideflutter::testing::DisplayListStreamDispatchervirtual
DisplayListStreamDispatcher(std::ostream &os, int cur_indent=2, int indent=2)flutter::testing::DisplayListStreamDispatcherinlineexplicit
drawArc(const SkRect &oval_bounds, SkScalar start_degrees, SkScalar sweep_degrees, bool use_center) overrideflutter::testing::DisplayListStreamDispatchervirtual
drawAtlas(const sk_sp< DlImage > atlas, const SkRSXform xform[], const SkRect tex[], const DlColor colors[], int count, DlBlendMode mode, DlImageSampling sampling, const SkRect *cull_rect, bool render_with_attributes) overrideflutter::testing::DisplayListStreamDispatchervirtual
drawCircle(const SkPoint &center, SkScalar radius) overrideflutter::testing::DisplayListStreamDispatchervirtual
drawColor(DlColor color, DlBlendMode mode) overrideflutter::testing::DisplayListStreamDispatchervirtual
drawDisplayList(const sk_sp< DisplayList > display_list, SkScalar opacity) overrideflutter::testing::DisplayListStreamDispatchervirtual
drawDRRect(const SkRRect &outer, const SkRRect &inner) overrideflutter::testing::DisplayListStreamDispatchervirtual
drawImage(const sk_sp< DlImage > image, const SkPoint point, DlImageSampling sampling, bool render_with_attributes) overrideflutter::testing::DisplayListStreamDispatchervirtual
drawImageNine(const sk_sp< DlImage > image, const SkIRect &center, const SkRect &dst, DlFilterMode filter, bool render_with_attributes) overrideflutter::testing::DisplayListStreamDispatchervirtual
drawImageRect(const sk_sp< DlImage > image, const SkRect &src, const SkRect &dst, DlImageSampling sampling, bool render_with_attributes, SrcRectConstraint constraint) overrideflutter::testing::DisplayListStreamDispatchervirtual
drawLine(const SkPoint &p0, const SkPoint &p1) overrideflutter::testing::DisplayListStreamDispatchervirtual
drawOval(const SkRect &bounds) overrideflutter::testing::DisplayListStreamDispatchervirtual
drawPaint() overrideflutter::testing::DisplayListStreamDispatchervirtual
drawPath(const SkPath &path) overrideflutter::testing::DisplayListStreamDispatchervirtual
flutter::DlOpReceiver::drawPath(const CacheablePath &cache)flutter::DlOpReceiverinlinevirtual
drawPoints(PointMode mode, uint32_t count, const SkPoint points[]) overrideflutter::testing::DisplayListStreamDispatchervirtual
drawRect(const SkRect &rect) overrideflutter::testing::DisplayListStreamDispatchervirtual
drawRRect(const SkRRect &rrect) overrideflutter::testing::DisplayListStreamDispatchervirtual
drawShadow(const SkPath &path, const DlColor color, const SkScalar elevation, bool transparent_occluder, SkScalar dpr) overrideflutter::testing::DisplayListStreamDispatchervirtual
flutter::DlOpReceiver::drawShadow(const CacheablePath &cache, const DlColor color, const SkScalar elevation, bool transparent_occluder, SkScalar dpr)flutter::DlOpReceiverinlinevirtual
drawTextBlob(const sk_sp< SkTextBlob > blob, SkScalar x, SkScalar y) overrideflutter::testing::DisplayListStreamDispatchervirtual
drawTextFrame(const std::shared_ptr< impeller::TextFrame > &text_frame, SkScalar x, SkScalar y) overrideflutter::testing::DisplayListStreamDispatchervirtual
drawVertices(const DlVertices *vertices, DlBlendMode mode) overrideflutter::testing::DisplayListStreamDispatchervirtual
kMaxDrawPointsCountflutter::DlOpReceiverstatic
PointMode typedefflutter::DlOpReceiverprotected
PrefersImpellerPaths() constflutter::DlOpReceiverinlinevirtual
restore() overrideflutter::testing::DisplayListStreamDispatchervirtual
rotate(SkScalar degrees) overrideflutter::testing::DisplayListStreamDispatchervirtual
save() overrideflutter::testing::DisplayListStreamDispatchervirtual
flutter::DlOpReceiver::save(uint32_t total_content_depth)flutter::DlOpReceiverinlinevirtual
saveLayer(const SkRect &bounds, const SaveLayerOptions options, const DlImageFilter *backdrop) overrideflutter::testing::DisplayListStreamDispatchervirtual
flutter::DlOpReceiver::saveLayer(const SkRect &bounds, const SaveLayerOptions &options, uint32_t total_content_depth, const DlImageFilter *backdrop=nullptr)flutter::DlOpReceiverinlinevirtual
flutter::DlOpReceiver::saveLayer(const SkRect *bounds, const SaveLayerOptions options, const DlImageFilter *backdrop=nullptr) finalflutter::DlOpReceiverinlinevirtual
scale(SkScalar sx, SkScalar sy) overrideflutter::testing::DisplayListStreamDispatchervirtual
setAntiAlias(bool aa) overrideflutter::testing::DisplayListStreamDispatchervirtual
setBlendMode(DlBlendMode mode) overrideflutter::testing::DisplayListStreamDispatchervirtual
setColor(DlColor color) overrideflutter::testing::DisplayListStreamDispatchervirtual
setColorFilter(const DlColorFilter *filter) overrideflutter::testing::DisplayListStreamDispatchervirtual
setColorSource(const DlColorSource *source) overrideflutter::testing::DisplayListStreamDispatchervirtual
setDrawStyle(DlDrawStyle style) overrideflutter::testing::DisplayListStreamDispatchervirtual
setImageFilter(const DlImageFilter *filter) overrideflutter::testing::DisplayListStreamDispatchervirtual
setInvertColors(bool invert) overrideflutter::testing::DisplayListStreamDispatchervirtual
setMaskFilter(const DlMaskFilter *filter) overrideflutter::testing::DisplayListStreamDispatchervirtual
setPathEffect(const DlPathEffect *effect) overrideflutter::testing::DisplayListStreamDispatchervirtual
setStrokeCap(DlStrokeCap cap) overrideflutter::testing::DisplayListStreamDispatchervirtual
setStrokeJoin(DlStrokeJoin join) overrideflutter::testing::DisplayListStreamDispatchervirtual
setStrokeMiter(SkScalar limit) overrideflutter::testing::DisplayListStreamDispatchervirtual
setStrokeWidth(SkScalar width) overrideflutter::testing::DisplayListStreamDispatchervirtual
skew(SkScalar sx, SkScalar sy) overrideflutter::testing::DisplayListStreamDispatchervirtual
SrcRectConstraint typedefflutter::DlOpReceiverprotected
transform2DAffine(SkScalar mxx, SkScalar mxy, SkScalar mxt, SkScalar myx, SkScalar myy, SkScalar myt) overrideflutter::testing::DisplayListStreamDispatchervirtual
transformFullPerspective(SkScalar mxx, SkScalar mxy, SkScalar mxz, SkScalar mxt, SkScalar myx, SkScalar myy, SkScalar myz, SkScalar myt, SkScalar mzx, SkScalar mzy, SkScalar mzz, SkScalar mzt, SkScalar mwx, SkScalar mwy, SkScalar mwz, SkScalar mwt) overrideflutter::testing::DisplayListStreamDispatchervirtual
transformReset() overrideflutter::testing::DisplayListStreamDispatchervirtual
translate(SkScalar tx, SkScalar ty) overrideflutter::testing::DisplayListStreamDispatchervirtual