Home
last modified time | relevance | path

Searched refs:_rect (Results 1 – 5 of 5) sorted by relevance

/third_party/cups-filters/filter/pdftopdf/
Dqpdf_pdftopdf_processor.cc123 void QPDF_PDFTOPDF_PageHandle::add_border_rect(const PageRect &_rect,BorderType border,float fscale… in add_border_rect() argument
135 PageRect rect=ungetRect(_rect,*this,rotation,page); in add_border_rect()
354 void QPDF_PDFTOPDF_PageHandle::add_label(const PageRect &_rect, const std::string label) // {{{ in add_label() argument
358 PageRect rect = ungetRect (_rect, *this, rotation, page); in add_label()
/third_party/skia/modules/pathkit/
Dexterns.js54 _rect: function(x, y, w, h) {}, method
Dchaining.js130 this._rect(x, y, w, h);
/third_party/skia/modules/canvaskit/
Dexterns.js619 _rect: function() {},
/third_party/mesa3d/src/util/tests/format/
Du_format_test.c814 …description(format)->name || util_format_unpack_description(format)->name##_rect) { \ in test_all()