HomeSort by relevance Sort by last modified time
    Searched refs:GetRect (Results 26 - 50 of 85) sorted by null

12 3 4

  /external/chromium_org/native_client_sdk/src/examples/api/graphics_2d/
graphics_2d.cc 67 pp::Size new_size = pp::Size(view.GetRect().width() * device_scale_,
68 view.GetRect().height() * device_scale_);
  /external/chromium_org/cc/base/
region.cc 87 skregion_.op(gfx::RectToSkIRect(region.GetRect(i)),
simple_enclosed_region.cc 131 gfx::Rect SimpleEnclosedRegion::GetRect(size_t i) const {
simple_enclosed_region_unittest.cc 25 actual_rects.push_back(region.GetRect(i));
309 TEST(SimpleEnclosedRegionTest, GetRect) {
311 EXPECT_EQ(gfx::Rect(3, 4, 5, 6), r.GetRect(0));
313 EXPECT_EQ(gfx::Rect(1, 2, 12, 13), r.GetRect(0));
  /external/chromium_org/cc/trees/
occlusion_tracker.cc 99 region.GetRect(i));
280 gfx::Rect occlusion_rect = affected_occlusion.GetRect(i);
444 layer->draw_transform(), opaque_contents.GetRect(i));
549 visible_region.Subtract(occluded.GetRect(i));
  /external/chromium_org/native_client_sdk/src/examples/api/gamepad/
gamepad.cc 92 pp::Rect position = view.GetRect();
  /external/chromium_org/ppapi/examples/2d/
graphics_2d_example.c 152 if (g_view_interface->GetRect(view, &position) == PP_FALSE)
paint_manager_example.cc 77 paint_manager_.SetSize(view.GetRect().size());
  /external/chromium_org/ppapi/examples/gamepad/
gamepad.cc 56 pp::Rect rect = view.GetRect();
  /external/chromium_org/ppapi/examples/input/
pointer_event_input.cc 95 paint_manager_.SetSize(view.GetRect().size());
  /external/chromium_org/ppapi/examples/scaling/
scaling.cc 42 pp::Rect view_rect = view.GetRect();
  /external/pdfium/core/include/fpdftext/
fpdf_text.h 115 virtual void GetRect(int rectIndex, FX_FLOAT& left, FX_FLOAT& top, FX_FLOAT& right, FX_FLOAT &bottom) const = 0;
  /external/pdfium/core/src/fpdfdoc/
doc_formcontrol.cpp 14 CFX_FloatRect CPDF_FormControl::GetRect()
16 return m_pWidgetDict->GetRect("Rect");
160 CFX_FloatRect form_bbox = pStream->GetDict()->GetRect("BBox");
163 CFX_FloatRect arect = m_pWidgetDict->GetRect("Rect");
  /external/pdfium/fpdfsdk/include/
fsdk_baseannot.h 96 CPDF_Rect GetRect() const;
  /external/chromium_org/native_client_sdk/src/examples/api/graphics_3d/
graphics_3d.cc 253 int32_t new_width = view.GetRect().width() * view.GetDeviceScale();
254 int32_t new_height = view.GetRect().height() * view.GetDeviceScale();
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/cube/
cube.cc 253 int32_t new_width = view.GetRect().width();
254 int32_t new_height = view.GetRect().height();
  /external/pdfium/fpdfsdk/src/formfiller/
FFL_FormFiller.cpp 73 CPDF_Rect rcAnnot = m_pWidget->GetRect();
518 m_pWidget->GetPDFAnnot()->GetRect(rcDA);
555 m_pWidget->GetPDFAnnot()->GetRect(rectAnnot);
845 CPDF_Rect rcAnnot = pAnnot->GetRect();
859 CPDF_Rect rcAnnot = pAnnot->GetRect();
  /external/chromium_org/ppapi/cpp/
instance.cc 95 DidChangeView(view.GetRect(), view.GetClipRect());
  /external/chromium_org/ppapi/tests/
test_fullscreen.cc 274 pp::Rect position = view.GetRect();
  /external/pdfium/core/src/fpdftext/
text_int.h 80 virtual void GetRect(int rectIndex, FX_FLOAT& left, FX_FLOAT& top
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_list.cpp 54 CLST_Rect CFX_ListItem::GetRect() const
165 fPosY = pPrevItem->GetRect().bottom;
221 CLST_Rect rcListItem = pListItem->GetRect();
312 CPDF_Rect rcItem = pListItem->GetRect();
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Icon.cpp 73 CPDF_Rect rect = pDict->GetRect("BBox");
  /external/pdfium/core/include/fpdfapi/
fpdf_objects.h 342 CFX_FloatRect GetRect();
463 CFX_FloatRect GetRect(FX_BSTR key) const;
  /external/chromium_org/content/child/npapi/
webplugin_delegate_impl.h 133 gfx::Rect GetRect() const { return window_rect_; }
  /external/chromium_org/native_client_sdk/src/examples/demo/life/
life.c 154 g_pView->GetRect(event->as_resource, &rect);

Completed in 534 milliseconds

12 3 4