HomeSort by relevance Sort by last modified time
    Searched defs:positioned (Results 1 - 5 of 5) sorted by null

  /external/harfbuzz/src/
harfbuzz-hangul.c 189 HB_Bool positioned; local
198 positioned = HB_OpenTypePosition(item, availableGlyphs, /*doLogClusters*/FALSE);
202 if (!positioned)
harfbuzz-indic.cpp 1667 HB_Bool positioned = HB_OpenTypePosition(item, availableGlyphs, false); local
    [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-hangul.c 189 HB_Bool positioned; local
198 positioned = HB_OpenTypePosition(item, availableGlyphs, /*doLogClusters*/FALSE);
202 if (!positioned)
harfbuzz-indic.cpp 1667 HB_Bool positioned = HB_OpenTypePosition(item, availableGlyphs, false); local
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderBlockLineLayout.cpp 444 continue; // Positioned objects are only participating to figure out their
622 // Align positioned boxes with the top of the line box. This is
628 // to update the static normal flow x/y of positioned elements.
634 // Positioned objects and zero-length text nodes destroy their boxes in
658 // A relative positioned inline encloses us. In this case, we also have to determine our
659 // position as though we were an inline. Set |staticInlinePosition| and |staticBlockPosition| on the relative positioned
776 bool positioned = isPositioned(); local
    [all...]

Completed in 166 milliseconds