Searched refs:bOrigin (Results 1 – 2 of 2) sorted by relevance
498 PByte bOrigin; /* target bitmap bottom-left origin */ member2288 target = ras.bOrigin + ras.traceOfs + c1; in Vertical_Sweep_Span()2441 ras.bOrigin[ras.traceOfs + c1] & ( 0x80 >> f1 ) ) in Vertical_Sweep_Drop()2457 ras.bOrigin[ras.traceOfs + c1] |= (char)( 0x80 >> f1 ); in Vertical_Sweep_Drop()2528 bits = ras.bOrigin + ( y >> 3 ) - e1 * ras.target.pitch; in Horizontal_Sweep_Span()2550 bits = ras.bOrigin + ( y >> 3 ) - e2 * ras.target.pitch; in Horizontal_Sweep_Span()2655 bits = ras.bOrigin + ( y >> 3 ) - e1 * ras.target.pitch; in Horizontal_Sweep_Drop()2673 bits = ras.bOrigin + ( y >> 3 ) - e1 * ras.target.pitch; in Horizontal_Sweep_Drop()3151 ras.bOrigin = (Byte*)ras.target.buffer; in Render_Glyph()3154 ras.bOrigin += (Long)( ras.target.rows - 1 ) * ras.target.pitch; in Render_Glyph()
4559 s/bTarget/bOrigin/.4560 (Render_Glyph): Set `ras.bOrigin' at the bottom-left corner.