Home
last modified time | relevance | path

Searched defs:IsBuilt (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/imgui/
H A Dimgui.h2008 bool IsBuilt() { return Fonts.Size > 0 && (TexPixelsAlpha8 != NULL || TexPixelsRGBA32 != NULL); } in IsBuilt() function
/third_party/skia/third_party/externals/imgui/
H A Dimgui.h2657 bool IsBuilt() const { return Fonts.Size > 0 && TexReady; } // Bit ambiguous: used to detect when user didn't built texture but effectively we should check TexID != 0 except that would be backend dependent... in IsBuilt() function

Completed in 19 milliseconds