Home
last modified time | relevance | path

Searched defs:clip_rect (Results 1 – 20 of 20) sorted by relevance

/external/pdfium/core/fxge/dib/
Dcstretchengine_unittest.cpp19 FX_RECT clip_rect; in TEST() local
Dcfx_imagetransformer.cpp206 bool InStretchBounds(const FX_RECT& clip_rect, int col, int row) { in InStretchBounds()
211 void AdjustCoords(const FX_RECT& clip_rect, int* col, int* row) { in AdjustCoords()
225 const FX_RECT& clip_rect, in DoBilinearLoop()
258 const FX_RECT& clip_rect, in DoBicubicLoop()
289 const FX_RECT& clip_rect, in DoDownSampleLoop()
Dcstretchengine.cpp227 const FX_RECT& clip_rect, in CStretchEngine()
Dcfx_dibbase.cpp1223 FX_RECT clip_rect(0, 0, abs(dest_width), abs(dest_height)); in StretchTo() local
/external/pdfium/fpdfsdk/
Dfpdf_transformpage_embeddertest.cpp380 const FS_RECTF clip_rect = {0.0f, 0.0f, 20.0f, 10.0f}; in TEST_F() local
401 const FS_RECTF clip_rect = {0.0f, 0.0f, 20.0f, 10.0f}; in TEST_F() local
Dfpdf_view.cpp638 FX_RECT clip_rect = clipping_rect.ToFxRect(); in FPDF_RenderPageBitmapWithMatrix() local
/external/pdfium/core/fxge/
Drenderdevicedriver_iface.cpp79 const FX_RECT& clip_rect, in DrawShading()
/external/pdfium/core/fpdfdoc/
Dcpdf_annotlist.cpp231 FX_RECT* clip_rect) { in DisplayPass()
/external/mesa3d/src/intel/tools/imgui/
Dimgui_impl_opengl3.cpp196 …ImVec4 clip_rect = ImVec4(pcmd->ClipRect.x - pos.x, pcmd->ClipRect.y - pos.y, pcmd->ClipRect.z - p… in ImGui_ImplOpenGL3_RenderDrawData() local
/external/skia/experimental/pvg/
Ddraw_msg.proto256 ClipRect clip_rect = 5; field
/external/skqp/experimental/pvg/
Ddraw_msg.proto256 ClipRect clip_rect = 5; field
/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp1223 FX_RECT clip_rect(left, top, left + src_rect.Width(), in SetDIBits() local
1300 FX_RECT clip_rect = image_rect; in StretchDIBits() local
Dfx_win32_print.cpp81 FX_RECT clip_rect(left, top, left + src_rect.Width(), in SetDIBits() local
/external/pdfium/core/fpdfapi/render/
Dcpdf_rendershading.cpp863 const FX_RECT& clip_rect, in Draw()
Dcpdf_renderstatus.cpp204 CFX_FloatRect clip_rect = mtObj2Device.GetInverse().TransformRect( in RenderObjectList() local
/external/mesa3d/src/imgui/
Dimgui.cpp2329 …* text_display_end, const ImVec2* text_size_if_known, const ImVec2& align, const ImRect* clip_rect) in RenderTextClippedEx()
2357 …nst char* text_end, const ImVec2* text_size_if_known, const ImVec2& align, const ImRect* clip_rect) in RenderTextClipped()
5404 ImRect clip_rect = text_r; in Begin() local
7144 …d inline NavClampRectToVisibleAreaForMoveDir(ImGuiDir move_dir, ImRect& r, const ImRect& clip_rect) in NavClampRectToVisibleAreaForMoveDir()
9332 ImRect clip_rect = pcmd->ClipRect; in ShowMetricsWindow() local
Dimgui_draw.cpp1194 ImVec4 clip_rect = _ClipRectStack.back(); in AddText() local
2749 …erText(ImDrawList* draw_list, float size, ImVec2 pos, ImU32 col, const ImVec4& clip_rect, const ch… in RenderText() argument
Dimgui_widgets.cpp151 const ImRect clip_rect = window->ClipRect; in TextUnformatted() local
3621 …const ImVec4 clip_rect(frame_bb.Min.x, frame_bb.Min.y, frame_bb.Min.x + size.x, frame_bb.Min.y + s… in InputTextEx() local
5536 …ImRect clip_rect(ImFloor(bar_rect.Min.x + 0.5f), ImFloor(bar_rect.Min.y + window->WindowBorderSize… in BeginMenuBar() local
/external/pdfium/core/fxge/agg/
Dfx_agg_driver.cpp1439 FX_RECT clip_rect; in FillRectWithBlend() local
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp2117 const FX_RECT& clip_rect, in DrawShading()