OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:result_height
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/core/src/fxge/win32/
fx_win32_print.cpp
171
int
result_height
= result_rect.Height();
local
173
if (!pTempBitmap->Create(result_width,
result_height
, pSrc->GetFormat())) {
184
dest_pitch *
result_height
);
186
for (int dest_y = 0; dest_y <
result_height
; dest_y++) {
203
for (int dest_y = 0; dest_y <
result_height
; dest_y++) {
/external/pdfium/core/src/fxge/dib/
fx_dib_engine.cpp
886
int result_width = m_ClipRect.Width(),
result_height
= m_ClipRect.Height();
local
[
all
...]
fx_dib_transform.cpp
188
int
result_height
= dest_clip.Height(), result_width = dest_clip.Width();
local
189
if (!pTransBitmap->Create(result_width,
result_height
, GetFormat())) {
201
FXSYS_memset(dest_buf, 0xff, dest_pitch *
result_height
);
208
dest_scan += (
result_height
- 1) * dest_pitch;
229
dest_scan += (
result_height
- 1) * dest_pitch;
264
dest_scan += (
result_height
- 1) * dest_pitch;
[
all
...]
Completed in 106 milliseconds