HomeSort by relevance Sort by last modified time
    Searched refs:BORDER_WIDTH (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapShaderTest.java 33 private static final int BORDER_WIDTH = 5;
44 c.drawRect(BORDER_WIDTH, BORDER_WIDTH,
45 TILE_WIDTH - BORDER_WIDTH, TILE_HEIGHT - BORDER_WIDTH, p);
71 if (x < BORDER_WIDTH || x >= TILE_WIDTH - BORDER_WIDTH ||
72 y < BORDER_WIDTH || y >= TILE_HEIGHT - BORDER_WIDTH) {
  /hardware/ti/omap4-aah/domx/omx_proxy_component/omx_camera/src/
omx_proxy_camera.c 107 #define BORDER_WIDTH 32
109 #define MAX_VTC_WIDTH_WITH_VNF (MAX_VTC_WIDTH + BORDER_WIDTH)

Completed in 188 milliseconds