Home
last modified time | relevance | path

Searched refs:push_clip_rectangle (Results 1 – 9 of 9) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-paint.hh37 HB_PAINT_FUNC_IMPLEMENT (push_clip_rectangle) \
95 void push_clip_rectangle (void *paint_data, in push_clip_rectangle() function
97 { func.push_clip_rectangle (this, paint_data, in push_clip_rectangle()
99 !user_data ? nullptr : user_data->push_clip_rectangle); } in push_clip_rectangle()
Dhb-ft-colr.hh372 c->funcs->push_clip_rectangle (c->data, in _hb_ft_paint()
515 c.funcs->push_clip_rectangle (c.data, in hb_ft_paint_glyph_colr()
540 c.funcs->push_clip_rectangle (c.data, in hb_ft_paint_glyph_colr()
Dhb-paint.cc537 funcs->push_clip_rectangle (paint_data, xmin, ymin, xmax, ymax); in hb_paint_push_clip_rectangle()
/external/skia/src/ports/fontations/src/
Dskpath_bridge.h40 virtual void push_clip_rectangle(float x_min, float y_min, float x_max, float y_max) = 0;
Dffi.rs321 self.color_painter_wrapper.as_mut().push_clip_rectangle( in push_clip_box()
1877 fn push_clip_rectangle( in push_clip_rectangle() function
/external/skia/src/ports/
DSkTypeface_fontations_priv.h60 virtual void push_clip_rectangle(float x_min, float y_min, float x_max, float y_max) override;
137 virtual void push_clip_rectangle(float x_min, float y_min, float x_max, float y_max) override;
DSkTypeface_fontations.cpp1269 void ColorPainter::push_clip_rectangle(float x_min, float y_min, float x_max, float y_max) { in push_clip_rectangle() function in sk_fontations::ColorPainter
1626 void BoundsPainter::push_clip_rectangle(float x_min, float y_min, float x_max, float y_max) { in push_clip_rectangle() function in sk_fontations::BoundsPainter
/external/harfbuzz_ng/test/api/
Dtest-paint.c128 push_clip_rectangle (hb_paint_funcs_t *funcs HB_UNUSED, in push_clip_rectangle() function
305 hb_paint_funcs_set_push_clip_rectangle_func (funcs, push_clip_rectangle, NULL, NULL); in get_test_paint_funcs()
/external/harfbuzz_ng/src/OT/Color/COLR/
DCOLR.hh2600 c.funcs->push_clip_rectangle (c.data, in paint_glyph()
2619 c.funcs->push_clip_rectangle (c.data, in paint_glyph()
2739 c->funcs->push_clip_rectangle (c->data, in paint_glyph()