Home
last modified time | relevance | path

Searched refs:Space2 (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/third_party/lcms/src/
Dcmsxform.c961 int Space2 = _cmsLCMScolorSpace(Check); in IsProperColorSpace() local
964 if (Space1 == Space2) return TRUE; in IsProperColorSpace()
966 if (Space1 == PT_LabV2 && Space2 == PT_Lab) return TRUE; in IsProperColorSpace()
967 if (Space1 == PT_Lab && Space2 == PT_LabV2) return TRUE; in IsProperColorSpace()
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dmodernize-make-shared.cpp301 auto Space2 = std::shared_ptr <int>(new int); in whitespaces() local
Dmodernize-make-unique.cpp528 auto Space2 = std::unique_ptr <int>(new int); in whitespaces() local
/external/llvm-project/polly/lib/Support/
DISLTools.cpp195 isl::space Space2 = DomSpace.range(); in reverseDomain() local
196 isl::map Swap = makeTupleSwapMap(Space1, Space2); in reverseDomain()