OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:des_bottom
(Results
1 - 1
of
1
) sorted by null
/external/pdfium/core/fxcodec/codec/
fx_codec_progress.cpp
733
int
des_bottom
= des_top + m_sizeY;
local
736
if (des_row + (int)scale_y >=
des_bottom
- 1) {
740
while (++cur_row <
des_bottom
) {
825
int
des_bottom
= des_top + m_sizeY - 1;
local
826
if (des_row + (int)(2 * scale_y) >=
des_bottom
&&
827
des_row + (int)scale_y <
des_bottom
) {
915
int
des_bottom
= m_startY + m_sizeY;
local
919
if (des_row_1 >=
des_bottom
- 1) {
922
while (++des_row <
des_bottom
) {
1692
int
des_bottom
= des_top + m_sizeY;
local
1766
int
des_bottom
= des_top + m_sizeY;
local
[
all
...]
Completed in 89 milliseconds