Searched refs:reflowed (Results 1 – 1 of 1) sorted by relevance
722 StaticLayout reflowed; in reflow() local726 reflowed = sStaticLayout; in reflow()755 reflowed = b.buildPartialStaticLayoutForDynamicLayout(true /* trackpadding */, reflowed); in reflow()756 int n = reflowed.getLineCount(); in reflow()761 if (where + after != len && reflowed.getLineStart(n - 1) == where + after) in reflow()770 int ht = reflowed.getLineTop(n); in reflow()774 toppad = reflowed.getTopPadding(); in reflow()779 botpad = reflowed.getBottomPadding(); in reflow()801 final int start = reflowed.getLineStart(i); in reflow()803 ints[DIR] |= reflowed.getParagraphDirection(i) << DIR_SHIFT; in reflow()[all …]