Searched defs:inputHeight (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/xfa/fxbarcode/ |
D | BC_TwoDimWriter.cpp | 98 int32_t inputHeight = codeHeight; in RenderResult() local
|
/external/swiftshader/src/OpenGL/common/ |
D | Image.cpp | 404 …ffset, GLsizei width, GLsizei height, GLsizei depth, int inputPitch, int inputHeight, int destPitc… in LoadImageData() 1300 GLsizei inputHeight = (unpackInfo.imageHeight == 0) ? height : unpackInfo.imageHeight; in loadImageData() local 1695 …ffset, GLsizei width, GLsizei height, GLsizei depth, int inputPitch, int inputHeight, const void *… in loadD24S8ImageData() 1709 …ffset, GLsizei width, GLsizei height, GLsizei depth, int inputPitch, int inputHeight, const void *… in loadD32FS8ImageData()
|