HomeSort by relevance Sort by last modified time
    Searched refs:BOX (Results 1 - 12 of 12) sorted by null

  /external/fonttools/Lib/fontTools/
agl.py 237 250C;SF010000;BOX DRAWINGS LIGHT DOWN AND RIGHT
238 2514;SF020000;BOX DRAWINGS LIGHT UP AND RIGHT
239 2510;SF030000;BOX DRAWINGS LIGHT DOWN AND LEFT
240 2518;SF040000;BOX DRAWINGS LIGHT UP AND LEFT
241 253C;SF050000;BOX DRAWINGS LIGHT VERTICAL AND HORIZONTAL
242 252C;SF060000;BOX DRAWINGS LIGHT DOWN AND HORIZONTAL
243 2534;SF070000;BOX DRAWINGS LIGHT UP AND HORIZONTAL
244 251C;SF080000;BOX DRAWINGS LIGHT VERTICAL AND RIGHT
245 2524;SF090000;BOX DRAWINGS LIGHT VERTICAL AND LEFT
246 2500;SF100000;BOX DRAWINGS LIGHT HORIZONTA
    [all...]
  /external/chromium_org/third_party/fuzzymatch/
fuzzymatch.c 126 BOX *clip = boxCreate(0, 0, clipwidth, clipheight);
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleAdjuster.cpp 64 case BOX:
77 return BOX;
448 // https://bugs.webkit.org/show_bug.cgi?id=46418 - Flexible box support.
449 if (style->writingMode() != TopToBottomWritingMode && (style->display() == BOX || style->display() == INLINE_BOX))
  /external/chromium_org/skia/ext/
image_operations_bench.cc 42 ADD_METHOD(BOX),
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyleConstants.h 99 // Box decoration attributes. Not inherited.
103 // Box attributes. Not inherited.
160 // Deprecated Flexible Box Properties
424 TABLE_CAPTION, BOX, INLINE_BOX,
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderObject.h 205 // Convenience function for getting to the nearest enclosing box of a RenderObject.
523 // RenderBlock having a BLOCK or BOX display. Other classes such as RenderTextFragment
525 return isAnonymous() && (style()->display() == BLOCK || style()->display() == BOX) && style()->styleType() == NOPSEUDO && isRenderBlock() && !isListMarker() && !isRenderFlowThread()
550 // "Box decoration background" includes all box decorations and backgrounds
552 // box-shadows, background-color and background-image, etc.
    [all...]
RenderObject.cpp 212 case BOX:
993 RenderBox* box = toRenderBox(current); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSPrimitiveValueMappings.h     [all...]
  /external/chromium_org/v8/src/
objects.h 125 // - Box
516 V(BOX, Box, box) \
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk-dyn/assets/js/
android_3p-bundle.js     [all...]

Completed in 543 milliseconds