HomeSort by relevance Sort by last modified time
    Searched refs:canon (Results 1 - 25 of 33) 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/libexif/libexif/
Android.mk 41 canon/exif-mnote-data-canon.c \
42 canon/mnote-canon-entry.c \
43 canon/mnote-canon-tag.c \
exif-data.c 33 #include <libexif/canon/exif-mnote-data-canon.h>
749 "ExifData", "Canon MakerNote variant type %d", mnoteid);
    [all...]
  /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/skia/src/pdf/
SkPDFGraphicState.h 46 static SkPDFGraphicState* GetGraphicStateForPaint(SkPDFCanon* canon,
SkPDFDevice.h 68 SkPDFCanon* canon) {
69 return new SkPDFDevice(pageSize, rasterDpi, canon, true);
75 SkPDFCanon* canon) {
76 return new SkPDFDevice(pageSize, rasterDpi, canon, false);
244 SkPDFCanon* canon,
SkPDFFont.h 129 static SkPDFFont* GetFontResource(SkPDFCanon* canon,
188 static SkPDFFont* Create(SkPDFCanon* canon,
SkPDFGraphicState.cpp 114 SkPDFCanon* canon, const SkPaint& paint) {
115 SkASSERT(canon);
117 if (const SkPDFGraphicState* canonGS = canon->findGraphicState(key)) {
125 canon->addGraphicState(pdfGraphicState);
SkPDFShader.h 45 static SkPDFObject* GetPDFShader(SkPDFCanon* canon,
SkPDFShader.cpp 490 SkPDFCanon* canon,
501 SkPDFObject* shader = canon->findImageShader(state);
503 : SkPDFImageShader::Create(canon, dpi, autoState);
505 SkPDFObject* shader = canon->findAlphaShader(state);
507 : SkPDFAlphaFunctionShader::Create(canon, dpi, autoState);
509 SkPDFObject* shader = canon->findFunctionShader(state);
511 : SkPDFFunctionShader::Create(canon, autoState);
516 SkPDFObject* SkPDFShader::GetPDFShader(SkPDFCanon* canon,
523 return get_pdf_shader_by_state(canon, dpi, &state);
584 SkPDFCanon* canon, SkScalar dpi, const SkPDFShader::State& state)
    [all...]
SkPDFFont.cpp 796 SkPDFFont* SkPDFFont::GetFontResource(SkPDFCanon* canon,
799 SkASSERT(canon);
805 if (SkPDFFont* pdfFont = canon->findFont(fontID, glyphID, &relatedFont)) {
849 SkPDFFont* font = SkPDFFont::Create(canon, fontMetrics.get(), typeface,
851 canon->addFont(font, fontID, font->fFirstGlyphID);
877 SkPDFFont* SkPDFFont::Create(SkPDFCanon* canon,
    [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 126 char* canon = (buf == 0) ? 0 : (char*) uprv_malloc(buflen);
127 if (buf != 0 && canon != 0) {
130 uloc_canonicalize(buf, canon, buflen, &ec);
132 result = UnicodeString(canon);
136 uprv_free(canon);
  /external/icu/icu4c/source/extra/uconv/
uconv.cpp 191 be printed, otherwise all converters will be printed. If canon is non
196 UBool canon)
206 if (!canon) {
214 in non-canon mode). But since we do not know at this
230 single converter to print but in canon mode, hence we need to
251 if (canon) {
256 if (canon) {
264 if (canon) {
311 printf("%s%s%s", (canon ? (a == 0? "" : "\t" ) : "") ,
313 (canon ? "" : " "))
    [all...]
  /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 191 char* canon = NULL; local
206 canon = (char*) uprv_malloc(canonCapacity);
207 canonLen = uloc_canonicalize(localeID, canon, canonCapacity, &status);
213 strnrepchr(canon, canonLen, '_', '-');
214 return canon;
    [all...]
  /external/skia/src/core/
SkPaint.cpp 864 SkCanonicalizePaint canon(*this);
865 const SkPaint& paint = canon.getPaint();
866 SkScalar scale = canon.getScale();
913 SkCanonicalizePaint canon(*this);
914 const SkPaint& paint = canon.getPaint();
915 SkScalar scale = canon.getScale();
983 SkCanonicalizePaint canon(*this);
984 const SkPaint& paint = canon.getPaint();
985 SkScalar scale = canon.getScale();
1037 SkCanonicalizePaint canon(*this)
    [all...]
  /external/skia/tests/
PDFPrimitivesTest.cpp 422 SkPDFCanon canon; local
428 !SkPDFFont::CanEmbedTypeface(noEmbedTypeface, &canon));
433 SkPDFFont::CanEmbedTypeface(portableTypeface, &canon));
  /external/clang/include/clang/AST/
Type.h 5093 QualType canon = getCommonPtr()->CanonicalType; local
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
translit.h 343 * @param canon canonical ID to assign to the object, or
350 const UnicodeString* canon);
    [all...]
  /libcore/ojluni/src/main/java/sun/security/x509/
AVA.java 1018 String canon = typeAndValue.toString(); local
    [all...]
  /external/icu/icu4c/source/i18n/
translit.cpp     [all...]
  /external/v8/test/cctest/
test-regexp.cc 1570 unibrow::uchar canon[unibrow::Ecma262Canonicalize::kMaxWidth]; local
1612 unibrow::uchar canon[unibrow::CanonicalizationRange::kMaxWidth]; local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationMiscTest.java 2219 ULocale canon = Collator.getFunctionalEquivalent("collation",tryLocale); local
    [all...]

Completed in 904 milliseconds

1 2