Home
last modified time | relevance | path

Searched defs:setSub (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
Dconvtest.h35 int8_t setSub; member
/external/icu/icu4c/source/test/intltest/
Dconvtest.h35 int8_t setSub; member
/external/chromium_org/third_party/skia/src/core/
DSkFloat.h41 void setSub(const SkFloat& a, const SkFloat& b) { fPacked = Add(a.fPacked, Neg(b.fPacked)); } in setSub() function
/external/skia/src/core/
DSkFloat.h41 void setSub(const SkFloat& a, const SkFloat& b) { fPacked = Add(a.fPacked, Neg(b.fPacked)); } in setSub() function
/external/chromium_org/tools/deep_memory_profiler/visualizer/static/
Dprofiler.js140 Profiler.prototype.setSub = function(sub) { method in Profiler