|
| | DisplayListBuilder (const ImpellerRect *cull_rect=nullptr) |
| |
| DisplayList | Build () |
| |
| DisplayListBuilder & | ClipOval (const ImpellerRect &oval_bounds, ImpellerClipOperation op) |
| |
| DisplayListBuilder & | ClipPath (const Path &path, ImpellerClipOperation op) |
| |
| DisplayListBuilder & | ClipRect (const ImpellerRect &rect, ImpellerClipOperation op) |
| |
| DisplayListBuilder & | ClipRoundedRect (const ImpellerRect &rect, const ImpellerRoundingRadii &radii, ImpellerClipOperation op) |
| |
| DisplayListBuilder & | DrawDashedLine (const ImpellerPoint &from, const ImpellerPoint &to, float on_length, float off_length, const Paint &paint) |
| |
| DisplayListBuilder & | DrawDisplayList (const DisplayList &display_list, float opacity=1.0f) |
| |
| DisplayListBuilder & | DrawLine (const ImpellerPoint &from, const ImpellerPoint &to, const Paint &paint) |
| |
| DisplayListBuilder & | DrawOval (const ImpellerRect &oval_bounds, const Paint &paint) |
| |
| DisplayListBuilder & | DrawPaint (const Paint &paint) |
| |
| DisplayListBuilder & | DrawParagraph (const Paragraph ¶graph, const ImpellerPoint &point) |
| |
| DisplayListBuilder & | DrawShadow (const Path &path, const ImpellerColor &shadow_color, float elevation, bool occluder_is_transparent, float device_pixel_ratio) |
| |
| DisplayListBuilder & | DrawPath (const Path &path, const Paint &paint) |
| |
| DisplayListBuilder & | DrawRect (const ImpellerRect &rect, const Paint &paint) |
| |
| DisplayListBuilder & | DrawRoundedRect (const ImpellerRect &rect, const ImpellerRoundingRadii &radii, const Paint &paint) |
| |
| DisplayListBuilder & | DrawRoundedRectDifference (const ImpellerRect &outer_rect, const ImpellerRoundingRadii &outer_radii, const ImpellerRect &inner_rect, const ImpellerRoundingRadii &inner_radii, const Paint &paint) |
| |
| DisplayListBuilder & | DrawTexture (const Texture &texture, const ImpellerPoint &point, ImpellerTextureSampling sampling, const Paint &paint) |
| |
| DisplayListBuilder & | DrawTextureRect (const Texture &texture, const ImpellerRect &src_rect, const ImpellerRect &dst_rect, ImpellerTextureSampling sampling, const Paint &paint) |
| |
| uint32_t | GetSaveCount () |
| |
| ImpellerMatrix | GetTransform () |
| |
| DisplayListBuilder & | ResetTransform () |
| |
| DisplayListBuilder & | Restore () |
| |
| DisplayListBuilder & | RestoreToCount (uint32_t count) |
| |
| DisplayListBuilder & | Rotate (float angle_degrees) |
| |
| DisplayListBuilder & | Save () |
| |
| DisplayListBuilder & | SaveLayer (const ImpellerRect &bounds, const Paint *paint=nullptr, const ImageFilter *backdrop=nullptr) |
| |
| DisplayListBuilder & | Scale (float x_scale, float y_scale) |
| |
| DisplayListBuilder & | SetTransform (const ImpellerMatrix &transform) |
| |
| DisplayListBuilder & | Transform (const ImpellerMatrix &transform) |
| |
| DisplayListBuilder & | Translate (float x_translation, float y_translation) |
| |
| | Object ()=default |
| |
| | Object (ImpellerDisplayListBuilder object) |
| |
| | Object (ImpellerDisplayListBuilder object, AdoptTag) |
| |
| | Object (Object &&other) |
| |
| | Object (const Object &other) |
| |
| | ~Object () |
| |
| Object & | operator= (Object &&other) |
| |
| Object & | operator= (const Object &other) |
| |
| ImpellerDisplayListBuilder | Get () const |
| |
| | operator bool () const |
| |
- See also
- ImpellerDisplayListBuilder
Definition at line 1525 of file impeller.hpp.