Searched refs:shaperItem (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DTextLayoutCache.cpp500 static void logGlyphs(HB_ShaperItem shaperItem) { argument
501 ALOGD(" -- glyphs count=%d", shaperItem.num_glyphs);
502 for (size_t i = 0; i < shaperItem.num_glyphs; i++) {
504 shaperItem.glyphs[i],
505 HBFixedToFloat(shaperItem.offsets[i].x),
506 HBFixedToFloat(shaperItem.offsets[i].y));
624 // into the shaperItem
858 // HB_ShapeItem fills in shaperItem.num_glyphs with the needed size.

Completed in 21 milliseconds