Lines Matching defs:pixels
942 * Description: Returns the width (in pixels) of the widest line that
1137 caddr_t callData; /* #pixels */
1141 Position old_left, pixels = (Position) callData;
1147 ctx->text.margin.left -= pixels;
1150 pixels = old_left - ctx->text.margin.left;
1153 if (pixels > 0) {
1154 rect.width = (unsigned short) pixels + ctx->text.margin.right;
1160 pixels, (int) rect.y,
1164 else if (pixels < 0) {
1171 rect.width = (Position) - pixels;
1200 if ( pixels != 0 ) {
1287 * The routine will scroll the displayed text by pixels. If the calldata is
1296 caddr_t callData; /* #pixels */