Home
last modified time | relevance | path

Searched defs:xpos (Results 26 - 50 of 81) sorted by relevance

1234

/third_party/cups-filters/filter/pdftopdf/
H A Dpdftopdf_processor.h83 Position xpos,ypos; member
H A Dpdftopdf.cc202 static bool parsePosition(const char *value,Position &xpos,Position &ypos) // {{{ in parsePosition() argument
H A Dqpdf_pdftopdf_processor.cc179 Rotation QPDF_PDFTOPDF_PageHandle::crop(const PageRect &cropRect,Rotation orientation,Rotation param_orientation,Position xpos,Position ypos,bool scale,bool autorotate) in crop() argument
269 void QPDF_PDFTOPDF_PageHandle::add_subpage(const std::shared_ptr<PDFTOPDF_PageHandle> &sub,float xpos,float ypos,float scale,const PageRect *crop) // {{{ in add_subpage() argument
448 void QPDF_PDFTOPDF_PageHandle::debug(const PageRect &rect,float xpos,float ypos) // {{{ in debug() argument
/third_party/node/deps/openssl/openssl/apps/
H A Dengine.c158 int xpos = 0; in util_verbose() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
H A Dastc_decompress_symbolic.cpp85 decompress_symbolic_block( astc_decode_mode decode_mode, const block_size_descriptor* bsd, int xpos, int ypos, int zpos, const symbolic_compressed_block* scb, imageblock* blk ) decompress_symbolic_block() argument
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djccoefct.c148 JDIMENSION ypos, xpos; in METHODDEF() local
/third_party/openssl/apps/
H A Dengine.c158 int xpos = 0; in util_verbose() local
[all...]
/third_party/skia/third_party/externals/freetype/src/pfr/
H A Dpfrsbit.c412 FT_Long xpos, ypos, advance; in pfr_load_bitmap_metrics() local
656 FT_Long xpos = 0, ypos = 0, advance = 0; in FT_LOCAL() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Daes-gcm.c106 const u8 *xpos = x; in ghash() local
147 const u8 *xpos = x; in aes_gctr() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Daes-gcm.c106 const u8 *xpos = x; in ghash() local
147 const u8 *xpos = x; in aes_gctr() local
[all...]
/third_party/ffmpeg/libavfilter/
H A Df_graphmonitor.c206 draw_items(AVFilterContext *ctx, AVFrame *out, int xpos, int ypos, AVFilterLink *l, size_t frames) draw_items() argument
333 int ret, xpos, ypos = 0; create_frame() local
[all...]
H A Dvaf_spectrumsynth.c66 int xpos; member
/third_party/glfw/tests/
H A Dwindow.c212 int xpos, ypos; in main() local
/third_party/glfw/src/
H A Dmonitor.c326 GLFWAPI void glfwGetMonitorPos(GLFWmonitor* handle, int* xpos, int* ypos) in glfwGetMonitorPos() argument
341 glfwGetMonitorWorkarea(GLFWmonitor* handle, int* xpos, int* ypos, int* width, int* height) glfwGetMonitorWorkarea() argument
H A Dnull_window.c224 void _glfwGetWindowPosNull(_GLFWwindow* window, int* xpos, int* ypos) in _glfwGetWindowPosNull() argument
189 _glfwSetWindowMonitorNull(_GLFWwindow* window, _GLFWmonitor* monitor, int xpos, int ypos, int width, int height, int refreshRate) _glfwSetWindowMonitorNull() argument
232 _glfwSetWindowPosNull(_GLFWwindow* window, int xpos, int ypos) _glfwSetWindowPosNull() argument
504 _glfwGetCursorPosNull(_GLFWwindow* window, double* xpos, double* ypos) _glfwGetCursorPosNull() argument
[all...]
H A Dwindow.c582 GLFWAPI void glfwGetWindowPos(GLFWwindow* handle, int* xpos, int* ypos) in glfwGetWindowPos() argument
597 GLFWAPI void glfwSetWindowPos(GLFWwindow* handle, int xpos, int ypos) in glfwSetWindowPos() argument
999 glfwSetWindowMonitor(GLFWwindow* wh, GLFWmonitor* mh, int xpos, int ypos, int width, int height, int refreshRate) glfwSetWindowMonitor() argument
[all...]
/third_party/astc-encoder/Source/
H A Dastcenc_image.cpp151 load_image_block( astcenc_profile decode_mode, const astcenc_image& img, image_block& blk, const block_size_descriptor& bsd, unsigned int xpos, unsigned int ypos, unsigned int zpos, const astcenc_swizzle& swz ) load_image_block() argument
268 load_image_block_fast_ldr( astcenc_profile decode_mode, const astcenc_image& img, image_block& blk, const block_size_descriptor& bsd, unsigned int xpos, unsigned int ypos, unsigned int zpos, const astcenc_swizzle& swz ) load_image_block_fast_ldr() argument
335 store_image_block( astcenc_image& img, const image_block& blk, const block_size_descriptor& bsd, unsigned int xpos, unsigned int ypos, unsigned int zpos, const astcenc_swizzle& swz ) store_image_block() argument
[all...]
H A Dastcenc_decompress_symbolic.cpp181 decompress_symbolic_block( astcenc_profile decode_mode, const block_size_descriptor& bsd, int xpos, int ypos, int zpos, const symbolic_compressed_block& scb, image_block& blk ) decompress_symbolic_block() argument
/third_party/mesa3d/src/imgui/
H A Dimstb_rectpack.h413 int xpos = tail->x - width; in stbrp__skyline_find_best_pos() local
/third_party/skia/third_party/externals/imgui/
H A Dimstb_rectpack.h422 int xpos = tail->x - width; in stbrp__skyline_find_best_pos() local
/third_party/toybox/porting/liteos_a/toys/posix/
H A Dls.c232 next_column(unsigned long ul, unsigned long dtlen, unsigned columns, unsigned *xpos) next_column() argument
/third_party/toybox/toys/posix/
H A Dls.c242 next_column(unsigned long ul, unsigned long dtlen, unsigned columns, unsigned *xpos) next_column() argument
/drivers/peripheral/camera/test/ut/v4l2/
H A Dtest_camera_base.cpp301 int xpos = (vinfo_.xres - width) / 2; in ProcessImage() local
/drivers/peripheral/camera/test/ut/usb_camera/
H A Dtest_camera_base.cpp312 int xpos = (vinfo_.xres - width) / 2; in ProcessImage() local
/third_party/ffmpeg/libavcodec/
H A Dmss4.c229 int xpos = mb_x * 2 + i; in mss4_decode_dct_block() local

Completed in 28 milliseconds

1234