mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:27:45 +00:00
LibPDF: Extract activate_clip() / deactivate_clip() functions
No behavior change.
This commit is contained in:
parent
d55867e563
commit
5615a2691a
2 changed files with 20 additions and 7 deletions
|
@ -127,6 +127,9 @@ private:
|
|||
PDFErrorOr<void> handle_text_next_line_show_string(ReadonlySpan<Value> args, Optional<NonnullRefPtr<DictObject>> = {});
|
||||
PDFErrorOr<void> handle_text_next_line_show_string_set_spacing(ReadonlySpan<Value> args, Optional<NonnullRefPtr<DictObject>> = {});
|
||||
|
||||
void activate_clip();
|
||||
void deactivate_clip();
|
||||
|
||||
void begin_path_paint();
|
||||
void end_path_paint();
|
||||
PDFErrorOr<void> set_graphics_state_from_dict(NonnullRefPtr<DictObject>);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue