Lines Matching refs:x1
654 jfloat x1, y1, x2, y2;
675 x1 = (jfloat)x;
677 x2 = x1 + ginfo->width;
683 x1, y1, x2, y2);
693 (((gx1) >= outerBounds.x1) && ((gy1) >= outerBounds.y1) && \
702 (bounds.x1 < (gx2)) && (bounds.y1 < (gy2)))
728 dx1 = previousGlyphBounds.x1;
738 // dx1-cachedDestBounds.x1 == +xoffset from left side of texture
742 dx1 - cachedDestBounds.x1,
806 cachedDestBounds.x1 = dx1;
814 previousGlyphBounds.x1 = gx1;
890 dtx1 = ((jfloat)(dx1 - cachedDestBounds.x1)) / OGLTR_CACHED_DEST_WIDTH;
892 dtx2 = ((jfloat)(dx2 - cachedDestBounds.x1)) / OGLTR_CACHED_DEST_WIDTH;