OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:result_width
(Results
1 - 4
of
4
) 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++) {
fx_win32_gdipext.cpp
474
int
result_width
= pClipRect->Width();
476
int result_pitch = (
result_width
+ 3) / 4 * 4;
478
if (!pStretched->Create(
result_width
, result_height, FXDIB_8bppRgb)) {
496
for (int dest_x = 0; dest_x <
result_width
; dest_x++) {
[
all
...]
/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 1080 milliseconds