Searched refs:hasMetric (Results 1 - 2 of 2) sorted by relevance
/foundation/arkui/ui_lite/frameworks/font/ |
H A D | ui_font_allocator.h | 58 bool hasMetric, 61 static void RearrangeBitmap(BufferInfo& bufInfo, uint32_t fileSz, bool hasMetric);
|
H A D | ui_font_allocator.cpp | 183 bool hasMetric, in GetCacheBuffer() 191 if (hasMetric) { in GetCacheBuffer() 199 void UIFontAllocator::RearrangeBitmap(BufferInfo& bufInfo, uint32_t fileSz, bool hasMetric) in RearrangeBitmap() argument 208 if (hasMetric) { in RearrangeBitmap() 179 GetCacheBuffer(uint16_t fontId, uint32_t unicode, ColorMode mode, GlyphNode& glyphNode, bool hasMetric, TextStyle textStyle) GetCacheBuffer() argument
|
Completed in 1 milliseconds