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

  /external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
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;
  /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/transforms/
TransformOperations.cpp 74 unsigned toSize = operations().size();
75 unsigned size = std::max(fromSize, toSize);
78 RefPtr<TransformOperation> toOperation = (i < toSize) ? operations()[i].get() : 0;
243 int toSize = operations().size();
244 int size = std::max(fromSize, toSize);
249 RefPtr<TransformOperation> toOperation = (i < toSize) ? operations()[i] : nullptr;
  /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/icu/source/test/cintltst/
cldrtest.c 587 int32_t toSize = ures_getSize(fromArray);
591 if (fromSize > toSize) {
592 fromSize = toSize;
    [all...]
  /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 825 milliseconds