Searched refs:pheight (Results 1 - 5 of 5) sorted by relevance
/third_party/cups-filters/filter/pdftopdf/ |
H A D | pptypes.cc | 74 void PageRect::rotate_move(Rotation r,float pwidth,float pheight) // {{{ in rotate_move() argument 89 std::swap(pwidth,pheight); in rotate_move() 96 top=pheight-top; in rotate_move() 97 bottom=pheight-bottom; in rotate_move() 106 left=pheight-top; in rotate_move() 108 right=pheight-tmp0; in rotate_move() 118 top=pheight-bottom; in rotate_move() 119 bottom=pheight-tmp2; in rotate_move()
|
H A D | pptypes.h | 29 void rotate_move(Rotation r,float pwidth,float pheight); // pwidth original "page size" (i.e. before rotation)
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_stereo3d.c | 147 int pheight[4]; member 588 s->pheight[1] = s->pheight[2] = AV_CEIL_RSHIFT(s->height, desc->log2_chroma_h); in config_output() 589 s->pheight[0] = s->pheight[3] = s->height; in config_output() 634 for (y = 0; y < s->pheight[p]; y++) { in interleave_cols_to_any() 860 s->linesize[i], s->pheight[i]); in filter_frame() 865 s->linesize[i], s->pheight[i]); in filter_frame() 906 s->linesize[i], s->pheight[i]); in filter_frame() 951 for (y = 0; y < s->pheight[ in filter_frame() [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | flashsv2enc.c | 779 int pheight = ((int) height); in optimum_block_height() local 780 return FFCLIP(pheight & ~15, 256, 16); in optimum_block_height()
|
/third_party/rust/crates/libc/src/ |
H A D | psp.rs | 2729 pub fn sceDisplayGetMode(pmode: *mut i32, pwidth: *mut i32, pheight: *mut i32) -> i32; in sceDisplayGetMode()
|
Completed in 13 milliseconds