Searched defs:sizeY (Results 1 - 3 of 3) sorted by relevance
/external/pdfium/core/fxcodec/codec/ |
H A D | fx_codec_progress.cpp | 654 int sizeY = m_sizeY; local 657 for (int row = 0; row < sizeY; row++) {
|
/external/deqp/external/openglcts/modules/gles31/ |
H A D | es31cDrawIndirectTests.cpp | 389 void DataGen(std::vector<T>& data, unsigned int sizeX, unsigned int sizeY, T valueMin, T valueMax) argument 391 data.resize(sizeX * sizeY, 0); 394 T stepY = range / sizeY; 396 for (unsigned int i = 0; i < sizeY; ++i) 708 float sizeY = 1.0f / static_cast<float>(drawSizeY); local 712 float offsetY = -0.5f + sizeY * static_cast<float>(i); 718 output.push_back(tcu::Vec4(offsetX - sizeX, offsetY + sizeY, 0.0f, 1.0f)); 719 output.push_back(tcu::Vec4(offsetX, offsetY + sizeY, 0.0f, 1.0f)); 720 output.push_back(tcu::Vec4(offsetX + sizeX, offsetY + sizeY, 0.0f, 1.0f)); 722 output.push_back(tcu::Vec4(offsetX + sizeX, offsetY - sizeY, 0. 737 float sizeY = 1.0f / static_cast<float>(drawSizeY); local [all...] |
/external/libmtp/src/ |
H A D | ptp-pack.c | 1671 uint32_t sizeY = dtoh16a( (*data) + 14); local 1716 p += sprintf(p,"eosversion=%d,size=%dx%d,size2=%dx%d,points={", version, sizeX, sizeY, size2X, size2Y);
|
Completed in 727 milliseconds