Home
last modified time | relevance | path

Searched refs:GetCustomRectByIndex (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/imgui/docs/
DFONTS.md255 - You can then use `ImFontAtlas::GetCustomRectByIndex(int)` to query the position/size of your rect…
277 if (const ImFontAtlas::CustomRect* rect = io.Fonts->GetCustomRectByIndex(rect_id))
/third_party/skia/third_party/externals/imgui/
Dimgui_draw.cpp2240 ImFontAtlasCustomRect* r = GetCustomRectByIndex(PackIdMouseCursors); in GetMouseCursorTexData()
2662 ImFontAtlasCustomRect* r = atlas->GetCustomRectByIndex(atlas->PackIdMouseCursors); in ImFontAtlasBuildRenderDefaultTexData()
2706 ImFontAtlasCustomRect* r = atlas->GetCustomRectByIndex(atlas->PackIdLines); in ImFontAtlasBuildRenderLinesTexData()
Dimgui.h2689 …ImFontAtlasCustomRect* GetCustomRectByIndex(int index) { IM_ASSERT(index >= 0); return &Custo… in GetCustomRectByIndex() function
/third_party/mesa3d/src/imgui/
Dimgui.h2046 …const CustomRect* GetCustomRectByIndex(int index) const { if (index < 0) return NULL; return &Cu… in GetCustomRectByIndex() function
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui.h2037 …const CustomRect* GetCustomRectByIndex(int index) const { if (index < 0) return NULL; return &Cu… in GetCustomRectByIndex() function