Searched refs:Rects (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/imgui/ |
D | imgui_draw.cpp | 1754 …stbrp_rect* Rects; // Rectangle to pack. We first fill in their size and the … member 1898 src_tmp.Rects = &buf_rects[buf_rects_out_n]; in ImFontAtlasBuildWithStbTruetype() 1922 src_tmp.Rects[glyph_i].w = (stbrp_coord)(x1 - x0 + padding + cfg.OversampleH - 1); in ImFontAtlasBuildWithStbTruetype() 1923 src_tmp.Rects[glyph_i].h = (stbrp_coord)(y1 - y0 + padding + cfg.OversampleV - 1); in ImFontAtlasBuildWithStbTruetype() 1924 total_surface += src_tmp.Rects[glyph_i].w * src_tmp.Rects[glyph_i].h; in ImFontAtlasBuildWithStbTruetype() 1952 stbrp_pack_rects((stbrp_context*)spc.pack_info, src_tmp.Rects, src_tmp.GlyphsCount); in ImFontAtlasBuildWithStbTruetype() 1957 if (src_tmp.Rects[glyph_i].was_packed) in ImFontAtlasBuildWithStbTruetype() 1958 … atlas->TexHeight = ImMax(atlas->TexHeight, src_tmp.Rects[glyph_i].y + src_tmp.Rects[glyph_i].h); in ImFontAtlasBuildWithStbTruetype() 1977 …stbtt_PackFontRangesRenderIntoRects(&spc, &src_tmp.FontInfo, &src_tmp.PackRange, 1, src_tmp.Rects); in ImFontAtlasBuildWithStbTruetype() 1984 stbrp_rect* r = &src_tmp.Rects[0]; in ImFontAtlasBuildWithStbTruetype() [all …]
|
/external/webrtc/modules/desktop_capture/mac/ |
D | screen_capturer_mac.mm | 218 // When screen is zoomed in/out, OSX only updates the part of Rects currently
|
/external/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 656 { "glRects", _O(Rects) },
|
/external/skqp/docs/ |
D | SkRect_Reference.bmh | 2 #Alias Rects ## 1215 Rects intersect when they enclose a common area. To intersect, each of the pair
|
D | SkCanvas_Reference.bmh | 767 do not match. Only pixels within both source and destination Rects 2027 Overlapping Rects form a clip. When clip Path_Fill_Type is set to
|
D | SkMatrix_Reference.bmh | 1889 #Line # options to map Rects ##
|
/external/skqp/site/user/api/ |
D | SkRect_Reference.md | 1890 <a href='SkRect_Reference#Rect'>Rects</a> intersect when they enclose a common area. To intersect, …
|
D | SkCanvas_Reference.md | 1075 do not match. Only pixels within both source and destination <a href='SkRect_Reference#Rect'>Rects<… 2643 …bf8431c286c734b353345ad"><div>Overlapping <a href='SkRect_Reference#Rect'>Rects</a> form a clip. W…
|
/external/angle/src/libGL/ |
D | entry_points_gl_1_autogen.cpp | 5031 ANGLE_CAPTURE(Rects, isCallValid, context, x1, y1, x2, y2); in GL_Rects()
|