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

  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimatableFilterOperations.cpp 52 size_t toSize = target->operations().size();
53 size_t size = std::max(fromSize, toSize);
56 FilterOperation* to = (i < toSize) ? target->m_operations.operations()[i].get() : 0;
  /system/core/libutils/
LinearAllocator.cpp 203 static const char* toSize(size_t value, float& result) {
219 prettySuffix = toSize(mTotalAllocated, prettySize);
221 prettySuffix = toSize(mWastedSpace, prettySize);
  /external/chromium_org/third_party/WebKit/Source/platform/transforms/
TransformOperations.cpp 76 unsigned toSize = operations().size();
77 unsigned size = max(fromSize, toSize);
80 RefPtr<TransformOperation> toOperation = (i < toSize) ? operations()[i].get() : 0;
245 int toSize = operations().size();
246 int size = max(fromSize, toSize);
251 RefPtr<TransformOperation> toOperation = (i < toSize) ? operations()[i] : nullptr;
  /external/chromium_org/third_party/icu/source/test/cintltst/
cldrtest.c 572 int32_t toSize = ures_getSize(fromArray);
576 if (fromSize > toSize) {
577 fromSize = toSize;
639 int32_t toSize;
642 const int32_t *toBundleArr = ures_getIntVector(toDateTimeElements, &toSize, &errorCode);
644 if (fromSize > toSize) {
645 fromSize = toSize;
664 int32_t toSize;
667 const int32_t *toBundleArr = ures_getIntVector(toWeekendData, &toSize, &errorCode);
669 if (fromSize > toSize) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderScrollbarPart.cpp 177 setLocation(rect.location() - toSize(paintOffset));
RenderLayer.cpp     [all...]
RenderBox.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
LayoutPoint.h 146 inline LayoutSize toSize(const LayoutPoint& a)
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
SimpleFontDataMac.mm 326 FontPlatformData scaledFontData([[NSFontManager sharedFontManager] convertFont:m_platformData.font() toSize:size], size, false, false, m_platformData.orientation());
  /external/icu/icu4c/source/test/cintltst/
cldrtest.c 590 int32_t toSize = ures_getSize(fromArray);
594 if (fromSize > toSize) {
595 fromSize = toSize;
    [all...]

Completed in 657 milliseconds