Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3f32a313 authored by Jeff Sharkey's avatar Jeff Sharkey
Browse files

Reduce TextLayoutCache logging.

Change-Id: I09ae49b0a9708de219b18b00ce5b82ee4a0b2bcd
parent 0f8d1553
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -62,7 +62,9 @@ static void SkiaGetGlyphWidthAndExtents(SkPaint* paint, hb_codepoint_t codepoint
    uint16_t glyph = codepoint;

    paint->getTextWidths(&glyph, sizeof(glyph), &skWidth, &skBounds);
#if DEBUG_GLYPHS
    ALOGD("returned glyph for %i: width = %f", codepoint, skWidth);
#endif
    if (width)
        *width = SkScalarToHBFixed(skWidth);
    if (extents) {