Lines Matching refs:jint

93 D3DTR_UpdateLCDTextContrast(D3DContext *d3dc, jint contrast)
130 D3DTR_UpdateLCDTextColor(D3DContext *d3dc, jint contrast)
149 jint color = d3dc->pVCacher->GetColor();
170 jboolean useCache, jint contrast)
279 GlyphInfo *ginfo, jint x, jint y)
351 jint gx1, jint gy1, jint gx2, jint gy2,
352 jint agx1, jint agx2,
353 jint glyphIndex, jint totalGlyphs)
355 jint dx1, dy1, dx2, dy2;
396 jint cx1 = (dx1 < 0) ? 0 : dx1;
397 jint cy1 = (dy1 < 0) ? 0 : dy1;
398 jint cx2 = (dx2 > dstOps->width) ? dstOps->width : dx2;
399 jint cy2 = (dy2 > dstOps->height) ? dstOps->height : dy2;
407 jint cdx1 = cx1-cachedDestBounds.x1;
408 jint cdy1 = cy1-cachedDestBounds.y1;
409 jint cdx2 = cx2-cachedDestBounds.x1;
410 jint cdy2 = cy2-cachedDestBounds.y1;
433 jint remainingWidth;
441 (jint)(ginfo->advanceX * (totalGlyphs - glyphIndex));
481 jint cx1 = (dx1 < 0) ? 0 : dx1;
482 jint cy1 = (dy1 < 0) ? 0 : dy1;
483 jint cx2 = (dx2 > dstOps->width) ? dstOps->width : dx2;
484 jint cy2 = (dy2 > dstOps->height) ? dstOps->height : dy2;
518 GlyphInfo *ginfo, jint x, jint y,
519 jint glyphIndex, jint totalGlyphs,
520 jboolean rgbOrder, jint contrast)
526 jint dx1, dy1, dx2, dy2;
593 GlyphInfo *ginfo, jint x, jint y)
595 jint tw, th;
596 jint sx, sy, sw, sh;
597 jint x0;
598 jint w = ginfo->width;
599 jint h = ginfo->height;
634 GlyphInfo *ginfo, jint x, jint y,
635 jint rowBytesOffset,
636 jboolean rgbOrder, jint contrast)
641 jint tw, th;
642 jint sx, sy, sw, sh;
643 jint cx1, cy1, cx2, cy2;
644 jint x0;
645 jint w = ginfo->width;
646 jint h = ginfo->height;
762 jint totalGlyphs, jboolean usePositions,
763 jboolean subPixPos, jboolean rgbOrder, jint lcdContrast,
783 jint x, y;
829 jint rowBytesOffset = 0;
832 jint frac = (jint)((glyphx - x) * 3);
868 jint numGlyphs, jboolean usePositions,
869 jboolean subPixPos, jboolean rgbOrder, jint lcdContrast,