Home | History | Annotate | Download | only in ge

Lines Matching refs:FX_RECT

102 FX_BOOL CFX_RenderDevice::SetClip_Rect(const FX_RECT* pRect)

160 FX_RECT rect_i = rect_f.GetOutterRect();
235 FX_RECT rect = bbox.GetOutterRect();
260 FX_RECT src_rect(0, 0, FXSYS_round(rect.Width() * fScaleX), FXSYS_round(rect.Height() * fScaleY));
270 FX_RECT rect(x, y, x + 1, y + 1);
273 FX_BOOL CFX_RenderDevice::FillRect(const FX_RECT* pRect, FX_DWORD fill_color, int alpha_flag, void* pIccTransform, int blend_type)
291 FX_RECT src_rect(0, 0, pRect->Width(), pRect->Height());
329 FX_RECT dest_rect(left, top, FXSYS_round(left + pBitmap->GetWidth() / fScaleX), FXSYS_round(top + pBitmap->GetHeight() / fScaleY));
334 FX_RECT src_rect(dest_rect.left - left, dest_rect.top - top,
360 FX_RECT src_rect(0, 0, bg_pixel_width, bg_pixel_height);
369 FX_RECT dest_rect(left, top, left + dest_width, top + dest_height);
370 FX_RECT clip_box = m_ClipBox;
380 FX_RECT src_rect(0, 0, pBitmap->GetWidth(), pBitmap->GetHeight());
387 FX_RECT dest_rect(left, top, left + dest_width, top + dest_height);
388 FX_RECT clip_box = m_ClipBox;