OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tile_width
(Results
1 - 3
of
3
) sorted by null
/cts/tests/tests/graphics/src/android/graphics/cts/
BitmapShaderTest.java
35
private static final int
TILE_WIDTH
= 20;
48
Bitmap tile = Bitmap.createBitmap(
TILE_WIDTH
, TILE_HEIGHT, Config.ARGB_8888);
54
TILE_WIDTH
- BORDER_WIDTH, TILE_HEIGHT - BORDER_WIDTH, p);
60
Bitmap b = Bitmap.createBitmap(NUM_TILES *
TILE_WIDTH
-
TILE_WIDTH
/ 2,
68
checkTile(b, x *
TILE_WIDTH
, y * TILE_HEIGHT);
79
for (int x = 0; x <
TILE_WIDTH
; x++) {
80
if (x < BORDER_WIDTH || x >=
TILE_WIDTH
- BORDER_WIDTH ||
/external/opencv/otherlibs/highgui/
grfmt_tiff.cpp
202
int
tile_width
= tile_width0, ok;
local
204
if( x +
tile_width
> m_width )
205
tile_width
= m_width - x;
217
icvCvt_BGRA2BGR_8u_C4C3R( buffer + i*
tile_width
*4, 0,
219
cvSize(
tile_width
,1), 2 );
221
icvCvt_BGRA2Gray_8u_C4C1R( buffer + i*
tile_width
*4, 0,
223
cvSize(
tile_width
,1), 2 );
/external/webkit/Source/WebCore/platform/graphics/android/
TilesManager.cpp
73
#define
TILE_WIDTH
256
147
m_textures.size() *
TILE_WIDTH
* TILE_HEIGHT * 4 / 1024 / 1024,
374
return
TILE_WIDTH
;
Completed in 1740 milliseconds