HomeSort by relevance Sort by last modified time
    Searched defs:source_rect (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/cc/resources/
resource_update.h 25 gfx::Rect source_rect,
30 gfx::Rect source_rect,
40 gfx::Rect source_rect; member in struct:cc::ResourceUpdate
prioritized_resource.cc 83 gfx::Rect source_rect,
90 resource_id(), image, image_rect, source_rect, dest_offset); local
  /external/chromium_org/remoting/codec/
video_decoder_vp8.cc 182 SkIRect source_rect = ScaleRect(clip_area, view_size, screen_size_); local
183 source_rect = SkIRect::MakeLTRB(RoundToTwosMultiple(source_rect.left()),
184 RoundToTwosMultiple(source_rect.top()),
185 source_rect.right(),
186 source_rect.bottom());
189 if (!updated_region_.intersects(source_rect))
193 int y_offset = CalculateYOffset(source_rect.x(),
194 source_rect.y(),
196 int uv_offset = CalculateUVOffset(source_rect.x()
    [all...]
  /external/chromium_org/printing/
pdf_metafile_cg_mac.cc 184 CGRect source_rect = CGPDFPageGetBoxRect(pdf_page, kCGPDFCropBox); local
187 (source_rect.size.width > source_rect.size.height);
192 rotate ? source_rect.size.height : source_rect.size.width;
194 rotate ? source_rect.size.width : source_rect.size.height;
209 const float x_origin_offset = -1 * source_rect.origin.x;
210 const float y_origin_offset = -1 * source_rect.origin.y;
  /external/chromium_org/cc/layers/
tiled_layer.cc 537 // source_rect starts as a full-sized tile with border texels included.
538 gfx::Rect source_rect = tiler_->TileRect(tile); local
539 source_rect.Intersect(dirty_rect);
541 // make sure that source_rect doesn't extend outside of it.
542 source_rect.Intersect(paint_rect);
544 tile->update_rect = source_rect;
546 if (source_rect.IsEmpty())
552 gfx::Vector2d dest_offset = source_rect.origin() - anchor;
557 gfx::Vector2d paint_offset = source_rect.origin() - paint_rect.origin();
560 CHECK_LE(paint_offset.x() + source_rect.width(), paint_rect.width())
567 DidUpload(gfx::Transform(), source_rect, tile->opaque_rect()); local
    [all...]
  /hardware/qcom/display/msm8960/libcopybit/
c2d2.h 215 C2D_SOURCE_RECT_BIT = (1 << 0), /* enables source_rect field */
223 C2D_MASK_ALIGN_BIT = (1 << 8), /* aligns mask to source_rect */
354 * The source_rect first defines the content of the source surface,
375 C2D_RECT source_rect; /* region of the source surface, 16.16 fp */ member in struct:C2D_OBJECT_STR
    [all...]
  /hardware/qcom/display/msm8974/libcopybit/
c2d2.h 215 C2D_SOURCE_RECT_BIT = (1 << 0), /* enables source_rect field */
223 C2D_MASK_ALIGN_BIT = (1 << 8), /* aligns mask to source_rect */
354 * The source_rect first defines the content of the source surface,
375 C2D_RECT source_rect; /* region of the source surface, 16.16 fp */ member in struct:C2D_OBJECT_STR
    [all...]
  /hardware/qcom/display/msm8x26/libcopybit/
c2d2.h 215 C2D_SOURCE_RECT_BIT = (1 << 0), /* enables source_rect field */
223 C2D_MASK_ALIGN_BIT = (1 << 8), /* aligns mask to source_rect */
354 * The source_rect first defines the content of the source surface,
375 C2D_RECT source_rect; /* region of the source surface, 16.16 fp */ member in struct:C2D_OBJECT_STR
    [all...]

Completed in 794 milliseconds