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

  /external/chromium_org/third_party/skia/tests/
EmptyPathTest.cpp 12 #define DIMENSION 32
17 bm.allocN32Pixels(DIMENSION, DIMENSION);
18 SkASSERT(DIMENSION*4 == bm.rowBytes()); // ensure no padding on each row
27 size_t count = DIMENSION * DIMENSION;
92 #define CX (SkIntToScalar(DIMENSION) / 2)
93 #define CY (SkIntToScalar(DIMENSION) / 2)
  /external/ceres-solver/include/ceres/
jet.h 171 enum { DIMENSION = N };
  /external/owasp/sanitizer/src/main/org/owasp/html/
CssTokens.java 207 DIMENSION,
441 // <dimension>, <unicode-range>, <include-match>,
956 // dimension := <number> <ident>
    [all...]
  /external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar 

Completed in 1367 milliseconds