HomeSort by relevance Sort by last modified time
    Searched refs:canon (Results 1 - 25 of 47) sorted by null

1 2

  /external/libexif/libexif/canon/
mnote-canon-entry.h 1 /* mnote-canon-entry.h
26 #include <libexif/canon/mnote-canon-tag.h>
exif-mnote-data-canon.h 1 /* exif-mnote-data-canon.h
32 #include <libexif/canon/mnote-canon-entry.h>
46 /*! Detect if MakerNote is recognized as one handled by the Canon module.
48 * \param[in] ed image #ExifData to identify as as a Canon type
  /external/skia/src/pdf/
SkPDFGraphicState.cpp 85 sk_sp<SkPDFDict> SkPDFGraphicState::GetGraphicStateForPaint(SkPDFCanon* canon,
87 SkASSERT(canon);
90 auto& fillMap = canon->fFillGSMap;
105 auto& sMap = canon->fStrokeGSMap;
148 SkPDFCanon* canon) {
160 // let the canon deduplicate this object.
161 sk_sp<SkPDFStream>& invertFunction = canon->fInvertFunction;
SkPDFGraphicState.h 43 SkPDFCanon* canon);
SkPDFFont.h 86 static sk_sp<SkPDFFont> GetFontResource(SkPDFCanon* canon,
95 SkPDFCanon* canon);
SkPDFFont.cpp 143 SkPDFCanon* canon) {
146 if (std::unique_ptr<SkAdvancedTypefaceMetrics>* ptr = canon->fTypefaceMetrics.find(id)) {
147 return ptr->get(); // canon retains ownership.
152 canon->fTypefaceMetrics.set(id, nullptr);
187 return canon->fTypefaceMetrics.set(id, std::move(metrics))->get();
203 sk_sp<SkPDFFont> SkPDFFont::GetFontResource(SkPDFCanon* canon,
206 SkASSERT(canon);
208 const SkAdvancedTypefaceMetrics* fontMetrics = SkPDFFont::GetMetrics(face, canon);
217 if (sk_sp<SkPDFFont>* found = canon->fFontMap.find(fontID)) {
248 font = sk_make_sp<SkPDFType1Font>(std::move(info), metrics, canon);
    [all...]
SkPDFDocument.h 79 SkPDFCanon* canon() { return &fCanon; } function in class:SkPDFDocument
SkPDFShader.cpp 334 SkPDFCanon* canon = doc->canon(); local
335 sk_sp<SkPDFObject>* shaderPtr = canon->fImageShaderMap.find(key);
340 canon->fImageShaderMap.set(std::move(key), pdfShader);
SkPDFGradientShader.cpp 604 static sk_sp<SkPDFDict> make_function_shader(SkPDFCanon* canon,
766 sk_sp<SkPDFArray>& rangeObject = canon->fRangeObject;
928 SkPDFCanon* canon = doc->canon(); local
    [all...]
SkPDFDocument.cpp 423 SkPDFCanon* canon = &fCanon; local
424 fFonts.foreach([canon](SkPDFFont* p){ p->getFontSubset(canon); });
  /external/libexif/contrib/watcom/
Makefile 79 $(LIBEXIFDIR)\exif-mnote-data-canon.obj &
80 $(LIBEXIFDIR)\mnote-canon-entry.obj &
81 $(LIBEXIFDIR)\mnote-canon-tag.obj &
150 $(LIBEXIFDIR)\exif-mnote-data-canon.obj : .AUTODEPEND $(LIBEXIFDIR)\canon\exif-mnote-data-canon.c
153 $(LIBEXIFDIR)\mnote-canon-entry.obj : .AUTODEPEND $(LIBEXIFDIR)\canon\mnote-canon-entry.c
156 $(LIBEXIFDIR)\mnote-canon-tag.obj : .AUTODEPEND $(LIBEXIFDIR)\canon\mnote-canon-tag.
    [all...]
  /external/elfutils/libdwfl/
find-debuginfo.c 375 char *canon = canonicalize_file_name (file_name); local
376 if (canon != NULL && strcmp (file_name, canon))
377 fd = find_debuginfo_in_path (mod, canon,
380 free (canon);
  /external/icu/icu4c/source/common/
locutil.cpp 128 char* canon = (buf == 0) ? 0 : (char*) uprv_malloc(buflen);
129 if (buf != 0 && canon != 0) {
132 uloc_canonicalize(buf, canon, buflen, &ec);
134 result = UnicodeString(canon);
138 uprv_free(canon);
  /external/icu/icu4c/source/extra/uconv/
uconv.cpp 193 be printed, otherwise all converters will be printed. If canon is non
198 UBool canon)
208 if (!canon) {
216 in non-canon mode). But since we do not know at this
232 single converter to print but in canon mode, hence we need to
253 if (canon) {
258 if (canon) {
266 if (canon) {
313 printf("%s%s%s", (canon ? (a == 0? "" : "\t" ) : "") ,
315 (canon ? "" : " "))
    [all...]
  /frameworks/compile/slang/
slang_rs_reflection_state.cpp 98 llvm::StringRef ReflectionState::canon(const std::string &String) { function in class:slang::ReflectionState
285 foreach.mOut = canon(OutType);
398 ins.CollectNext() = canon(TypeName);
440 params.CollectNext() = canon(TypeName);
589 invokable.mParams[FieldIdx] = canon(getUniqueTypeName((*I)->getType()));
736 FieldState.mType = canon(getUniqueTypeName(T));
845 reduce.mAccumIns[InTypesIdx++] = canon(getUniqueTypeName(InType));
847 reduce.mResult = canon(getUniqueTypeName(ER->getResultType()));
    [all...]
slang_rs_reflection_state.h 465 // method canon() returns a StringRef to the canonical
467 llvm::StringRef canon(const std::string &String);
  /external/python/cpython2/RISCOS/Modules/
riscosmodule.c 75 canon(char *path) function
95 return canon("@");
103 return canon(path);
  /external/dnsmasq/src/
cache.c 825 char *canon; local
832 if ((canon = canonicalise(token, &nomem)))
837 strlen(canon)+2+strlen(domain_suffix)-SMALLDNAME)))
839 strcpy(cache->name.sname, canon);
846 if ((cache = whine_malloc(sizeof(struct crec) + strlen(canon)+1-SMALLDNAME)))
848 strcpy(cache->name.sname, canon);
852 free(canon);
    [all...]
  /external/icu/icu4c/source/tools/genrb/
wrtxml.cpp 193 char* canon = NULL; local
208 canon = (char*) uprv_malloc(canonCapacity);
209 canonLen = uloc_canonicalize(localeID, canon, canonCapacity, &status);
215 strnrepchr(canon, canonLen, '_', '-');
216 return canon;
    [all...]
  /external/skia/src/core/
SkPaint.cpp 815 SkCanonicalizePaint canon(*this);
816 const SkPaint& paint = canon.getPaint();
817 SkScalar scale = canon.getScale();
864 SkCanonicalizePaint canon(*this);
865 const SkPaint& paint = canon.getPaint();
866 SkScalar scale = canon.getScale();
931 SkCanonicalizePaint canon(*this);
932 const SkPaint& paint = canon.getPaint();
933 SkScalar scale = canon.getScale();
975 SkCanonicalizePaint canon(*this)
    [all...]
  /external/skia/tests/
PDFPrimitivesTest.cpp 420 SkPDFCanon canon; local
426 !SkPDFFont::CanEmbedTypeface(noEmbedTypeface.get(), &canon));
431 SkPDFFont::CanEmbedTypeface(portableTypeface.get(), &canon));
  /external/clang/include/clang/AST/
Type.h 5302 QualType canon = getCommonPtr()->CanonicalType; local
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
translit.h 345 * @param canon canonical ID to assign to the object, or
352 const UnicodeString* canon);
    [all...]
  /libcore/ojluni/src/main/java/sun/security/x509/
AVA.java 1021 String canon = typeAndValue.toString(); local
    [all...]
  /external/icu/icu4c/source/i18n/
translit.cpp     [all...]

Completed in 9818 milliseconds

1 2