OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:result_clip
(Results
1 - 1
of
1
) sorted by null
/external/pdfium/core/src/fxge/dib/
fx_dib_transform.cpp
346
FX_RECT
result_clip
= result_rect;
local
348
result_clip
.Intersect(*pDestClip);
350
if (
result_clip
.IsEmpty()) {
353
m_ResultLeft =
result_clip
.left;
354
m_ResultTop =
result_clip
.top;
355
m_ResultWidth =
result_clip
.Width();
356
m_ResultHeight =
result_clip
.Height();
363
result_clip
.Offset(-result_rect.left, -result_rect.top);
364
result_clip
= FXDIB_SwapClipBox(
result_clip
, dest_width, dest_height
[
all
...]
Completed in 243 milliseconds