Searched refs:regionHeight (Results 1 – 2 of 2) sorted by relevance
/external/replicaisland/src/com/replica/replicaisland/ |
D | InputTouchScreen.java | 87 … InputXY findPointerInRegion(float regionX, float regionY, float regionWidth, float regionHeight) { in findPointerInRegion() argument 92 …TouchedWithinRegion(pointer.getX(), pointer.getY(), regionX, regionY, regionWidth, regionHeight)) { in findPointerInRegion() 100 …thinRegion(float x, float y, float regionX, float regionY, float regionWidth, float regionHeight) { in getTouchedWithinRegion() argument 104 y <= regionY + regionHeight); in getTouchedWithinRegion()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiCopiesAndBlittingTests.cpp | 4334 const deUint32 regionHeight = defaultHalfExtent.height / slicesLayers -1 ; in addImageToImage3dImagesTests() local 4358 …{0, (deInt32)(regionHeight*slicesLayersNdx), (deInt32)slicesLayersNdx}, // VkOffset3D srcOffset; in addImageToImage3dImagesTests() 4363 (defaultHalfExtent.height - regionHeight*slicesLayersNdx), in addImageToImage3dImagesTests() 4391 const deUint32 regionHeight = defaultHalfExtent.height / slicesLayers -1 ; in addImageToImage3dImagesTests() local 4416 …{0, (deInt32)(regionHeight*slicesLayersNdx), (deInt32)(slicesLayersNdx)}, // VkOffset3D dstOffs… in addImageToImage3dImagesTests() 4419 defaultHalfExtent.height - regionHeight*slicesLayersNdx, in addImageToImage3dImagesTests()
|