Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/dib/
Dcfx_imagetransformer.cpp365 FX_RECT stretch_clip = in CFX_ImageTransformer() local
367 if (!stretch_clip.Valid()) in CFX_ImageTransformer()
370 stretch_clip.Intersect(0, 0, stretch_width, stretch_height); in CFX_ImageTransformer()
371 if (!stretch_clip.Valid()) in CFX_ImageTransformer()
375 m_StretchClip = stretch_clip; in CFX_ImageTransformer()