Lines Matching refs:ImVector
971 static void PathBezierToCasteljau(ImVector<ImVec2>* path, float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4, float tess_tol, int level)
1274 ImVector<ImDrawVert> new_vtx_buffer;
1749 // (C++03 doesn't allow instancing ImVector<> with function-local types so we declare the type here.)
1761 ImVector<int> GlyphsList; // Glyph codepoints list (flattened version of GlyphsMap)
1773 static void UnpackBoolVectorToFlatIndexList(const ImBoolVector* in, ImVector<int>* out)
1799 ImVector<ImFontBuildSrcData> src_tmp_array;
1800 ImVector<ImFontBuildDstData> dst_tmp_array;
1881 ImVector<stbrp_rect> buf_rects;
1882 ImVector<stbtt_packedchar> buf_packedchars;
2035 // Cleanup temporary (ImVector doesn't honor destructor)
2072 ImVector<ImFontAtlas::CustomRect>& user_rects = atlas->CustomRects;
2075 ImVector<stbrp_rect> pack_rects;
2376 void ImFontGlyphRangesBuilder::BuildRanges(ImVector<ImWchar>* out_ranges)