HomeSort by relevance Sort by last modified time
    Searched defs:quarterWidth (Results 1 - 4 of 4) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateVPTests.cpp 294 const deInt32 quarterWidth = WIDTH / 4;
307 { { quarterWidth, quarterHeight }, { quarterWidth, quarterHeight } },
308 { { (deInt32)halfWidth, quarterHeight }, { quarterWidth, quarterHeight } },
309 { { (deInt32)halfWidth, (deInt32)halfHeight }, { quarterWidth, quarterHeight } },
310 { { quarterWidth, (deInt32)halfHeight }, { quarterWidth, quarterHeight } },
  /packages/apps/Messaging/src/com/android/messaging/datamodel/media/
AvatarGroupRequestDescriptor.java 130 final float quarterWidth = width / 4F;
131 final float threeQuarterWidth = 3 * quarterWidth;
139 quarterWidth, imageZeroTop, threeQuarterWidth, imageZeroBottom);
  /cts/tests/tests/graphics/src/android/graphics/cts/
ImageDecoderTest.java     [all...]
  /external/zxing/core/
core.jar 

Completed in 130 milliseconds