OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:result_width
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/core/src/fxge/win32/
fx_win32_print.cpp
170
int
result_width
= result_rect.Width();
local
173
if (!pTempBitmap->Create(
result_width
, result_height, pSrc->GetFormat())) {
188
for (int dest_x = 0; dest_x <
result_width
; dest_x++) {
205
for (int dest_x = 0; dest_x <
result_width
; dest_x++) {
/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())) {
[
all
...]
Completed in 1613 milliseconds