Searched refs:mask_rect (Results 1 – 5 of 5) sorted by relevance
126 MaskedWindowDelegate::MaskedWindowDelegate(const gfx::Rect mask_rect) in MaskedWindowDelegate() argument127 : mask_rect_(mask_rect) { in MaskedWindowDelegate()
98 explicit MaskedWindowDelegate(const gfx::Rect mask_rect);
47 void CFX_ClipRgn::IntersectMaskRect(FX_RECT rect, FX_RECT mask_rect, CFX_DIBitmapRef Mask) in IntersectMaskRect() argument52 m_Box.Intersect(mask_rect); in IntersectMaskRect()56 } else if (m_Box == mask_rect) { in IntersectMaskRect()67 FX_LPBYTE src_scan = mask_dib->GetBuffer() + mask_dib->GetPitch() * (row - mask_rect.top); in IntersectMaskRect()69 dest_scan[col - m_Box.left] = src_scan[col - mask_rect.left]; in IntersectMaskRect()
1189 gfx::Rect mask_rect = viewport_rect; in TYPED_TEST() local1192 SkImageInfo::MakeN32Premul(mask_rect.width(), mask_rect.height())); in TYPED_TEST()1199 gfx::Rect rect = mask_rect; in TYPED_TEST()1210 mask_rect.size(), in TYPED_TEST()1219 mask_rect, in TYPED_TEST()1220 mask_rect, in TYPED_TEST()
522 SkRect mask_rect = SkRect::MakeXYWH( in DrawRenderPassQuad() local529 mask_mat.setRectToRect(mask_rect, dest_rect, SkMatrix::kFill_ScaleToFit); in DrawRenderPassQuad()