Searched refs:OGLTR_CACHED_DEST_WIDTH (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLTextRenderer.c148 * (OGLTR_CACHED_DEST_WIDTH >= OGLTR_CACHE_CELL_WIDTH) &&
149 * (OGLTR_CACHED_DEST_WIDTH >= OGLTR_NOCACHE_TILE_SIZE) &&
153 #define OGLTR_CACHED_DEST_WIDTH 512 macro
164 * OGLTR_CACHED_DEST_WIDTH/HEIGHT values defined above. These bounds are
529 OGLTR_CACHED_DEST_WIDTH,
770 if (remainingWidth > OGLTR_CACHED_DEST_WIDTH) {
771 remainingWidth = OGLTR_CACHED_DEST_WIDTH;
890 dtx1 = ((jfloat)(dx1 - cachedDestBounds.x1)) / OGLTR_CACHED_DEST_WIDTH;
892 dtx2 = ((jfloat)(dx2 - cachedDestBounds.x1)) / OGLTR_CACHED_DEST_WIDTH;
1034 dtx2 = ((GLfloat)sw) / OGLTR_CACHED_DEST_WIDTH;
[all...]

Completed in 32 milliseconds