Home
last modified time | relevance | path

Searched refs:Rects (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui_draw.cpp1754 …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/
Dscreen_capturer_mac.mm218 // When screen is zoomed in/out, OSX only updates the part of Rects currently
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp656 { "glRects", _O(Rects) },
/external/skqp/docs/
DSkRect_Reference.bmh2 #Alias Rects ##
1215 Rects intersect when they enclose a common area. To intersect, each of the pair
DSkCanvas_Reference.bmh767 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
DSkMatrix_Reference.bmh1889 #Line # options to map Rects ##
/external/skqp/site/user/api/
DSkRect_Reference.md1890 <a href='SkRect_Reference#Rect'>Rects</a> intersect when they enclose a common area. To intersect, …
DSkCanvas_Reference.md1075 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/
Dentry_points_gl_1_autogen.cpp5031 ANGLE_CAPTURE(Rects, isCallValid, context, x1, y1, x2, y2); in GL_Rects()