Searched defs:coverage (Results 1 - 25 of 33) sorted by relevance

12

/external/icu4c/layout/
H A DSubtableProcessor.h33 SubtableCoverage coverage; member in class:SubtableProcessor
H A DKernTable.h32 le_uint16 coverage; member in class:KernTable
H A DMorphTables.cpp40 SubtableCoverage coverage = SWAPW(subtableHeader->coverage); local
43 // should check coverage more carefully...
44 if ((coverage & scfVertical) == 0 && (subtableFeatures & defaultFlags) != 0) {
59 switch (SWAPW(coverage) & scfTypeMask)
H A DMorphTables.h77 SubtableCoverage coverage; member in struct:MorphSubtableHeader
H A DKernTable.cpp42 le_uint16 coverage; member in struct:SubtableHeader
100 coverage = SWAPW(subhead->coverage);
102 if (coverage & COVERAGE_HORIZONTAL) { // only handle horizontal kerning
120 fprintf(stderr, "coverage: %0.4x nPairs: %d pairs 0x%x\n", coverage, nPairs, pairs);
/external/emma/core/java12/com/vladium/emma/data/
H A DICoverageData.java22 public DataHolder (final boolean [][] coverage, final long stamp) argument
24 m_coverage = coverage;
45 //void setImmutable (); // TODO: this only disables addClass(), not coverage array updates; rename
46 void addClass (boolean [][] coverage, String classVMName, long stamp); argument
H A DCoverageData.java71 public void addClass (final boolean [][] coverage, final String classVMName, final long stamp) argument
73 m_coverageMap.put (classVMName, new DataHolder (coverage, stamp));
117 final boolean [][] coverage = data.m_coverage;
119 // [assertion: both coverage and rhscoverage aren't null]
121 if ($assert.ENABLED) $assert.ASSERT (coverage.length == rhscoverage.length, "coverage.length [" + coverage.length + "] != rhscoverage.length [" + rhscoverage.length + "]");
122 for (int m = 0, mLimit = coverage.length; m < mLimit; ++ m)
125 final boolean [] mcoverage = coverage [m];
175 final boolean [][] coverage
[all...]
/external/icu4c/common/
H A Dservslkf.cpp36 int32_t coverage)
37 : LocaleKeyFactory(coverage)
47 int32_t coverage)
48 : LocaleKeyFactory(coverage)
33 SimpleLocaleKeyFactory(UObject* objToAdopt, const UnicodeString& locale, int32_t kind, int32_t coverage) argument
44 SimpleLocaleKeyFactory(UObject* objToAdopt, const Locale& locale, int32_t kind, int32_t coverage) argument
H A Dservlkf.cpp30 LocaleKeyFactory::LocaleKeyFactory(int32_t coverage) argument
32 , _coverage(coverage)
36 LocaleKeyFactory::LocaleKeyFactory(int32_t coverage, const UnicodeString& name) argument
38 , _coverage(coverage)
132 result.append(", coverage: ");
H A Dservls.cpp117 ICULocaleService::registerInstance(UObject* objToAdopt, const Locale& locale, int32_t kind, int32_t coverage, UErrorCode& status) argument
119 ICUServiceFactory * factory = new SimpleLocaleKeyFactory(objToAdopt, locale, kind, coverage);
143 ICULocaleService::registerInstance(UObject* objToAdopt, const UnicodeString& locale, int32_t kind, int32_t coverage, UErrorCode& status)
145 ICUServiceFactory * factory = new SimpleLocaleKeyFactory(objToAdopt, locale, kind, coverage);
/external/emma/core/java12/com/vladium/emma/report/
H A DClassItem.java27 public ClassItem (final IItem parent, final ClassDescriptor cls, final boolean [][] coverage) argument
32 m_coverage = coverage;
/external/emma/core/java12/com/vladium/emma/rt/
H A DRT.java61 // note: no attempt is made to execute the existing hook, so its coverage
86 // FR SF978671: fault all classes that we might need to do coverage
105 public static void r (final boolean [][] coverage, final String classVMName, final long stamp) argument
126 cdata.addClass (coverage, classVMName, stamp);
142 * Public API for forcing coverage data dump.
237 // load app props, create coverage data, and register an exit hook for it:
244 log.info ("collecting runtime coverage data ...");
/external/webkit/Source/WebCore/platform/graphics/pango/
H A DSimpleFontDataPango.cpp119 PangoCoverage* coverage = pango_font_get_coverage(m_platformData.m_font, pango_language_get_default()); local
122 if (PANGO_COVERAGE_NONE == pango_coverage_get(coverage, characters[i])) {
128 pango_coverage_unref(coverage);
/external/freetype/src/sfnt/
H A Dttkern.c88 FT_UInt num_pairs, length, coverage; local
100 coverage = FT_NEXT_USHORT( p );
111 if ( ( coverage & ~8 ) != 0x0001 ||
202 FT_UInt coverage = FT_NEXT_USHORT( p ); local
226 switch ( coverage >> 8 )
292 if ( coverage & 8 ) /* override or add */
/external/icu4c/test/intltest/
H A Duobjtest.cpp313 TestLocaleKeyFactory(int32_t coverage) : LocaleKeyFactory(coverage) {} argument
502 // additional tests for code coverage
553 // This overload of delete is a nop, and is called here for code coverage purposes.
556 // Jitterbug 4452, for coverage
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gdef-table.hh54 unsigned int index = (this+coverage).get_coverage (glyph_id);
76 return TRACE_RETURN (coverage.sanitize (c, this) && attachPoint.sanitize (c, this));
81 coverage; /* Offset to Coverage table -- from member in struct:OT::AttachList
245 unsigned int index = (this+coverage).get_coverage (glyph_id);
258 return TRACE_RETURN (coverage.sanitize (c, this) && ligGlyph.sanitize (c, this));
263 coverage; /* Offset to Coverage table--from member in struct:OT::LigCaretList
276 { return (this+coverage[set_index]).get_coverage (glyph_id) != NOT_COVERED; }
280 return TRACE_RETURN (coverage.sanitize (c, this));
286 coverage; /* Array of long offsets to mark set member in struct:OT::MarkGlyphSetsFormat1
287 * coverage table
[all...]
H A Dhb-ot-layout-gsub-table.hh44 for (iter.init (this+coverage); iter.more (); iter.next ()) {
55 for (iter.init (this+coverage); iter.more (); iter.next ()) {
64 return this+coverage;
70 return TRACE_RETURN (c->len == 1 && (this+coverage).get_coverage (c->glyphs[0]) != NOT_COVERED);
77 unsigned int index = (this+coverage).get_coverage (glyph_id);
95 if (unlikely (!coverage.serialize (c, this).serialize (c, glyphs, num_glyphs))) return TRACE_RETURN (false);
102 return TRACE_RETURN (coverage.sanitize (c, this) && deltaGlyphID.sanitize (c));
108 coverage; /* Offset to Coverage table--from member in struct:OT::SingleSubstFormat1
122 for (iter.init (this+coverage); iter.more (); iter.next ()) {
132 for (iter.init (this+coverage); ite
184 coverage; /* Offset to Coverage table--from member in struct:OT::SingleSubstFormat2
377 coverage; /* Offset to Coverage table--from member in struct:OT::MultipleSubstFormat1
528 coverage; /* Offset to Coverage table--from member in struct:OT::AlternateSubstFormat1
833 coverage; /* Offset to Coverage table--from member in struct:OT::LigatureSubstFormat1
1006 coverage; /* Offset to Coverage table--from member in struct:OT::ReverseChainSingleSubstFormat1
1162 const Coverage *coverage = &get_subtable (i).dispatch (&c, get_type ()); local
[all...]
H A Dhb-ot-layout-common-private.hh770 coverage = 0;
776 coverage++;
786 inline uint16_t get_coverage (void) { return coverage; }
790 unsigned int i, j, coverage; member in struct:OT::CoverageFormat2::Iter
H A Dhb-ot-layout-gpos-table.hh431 (this+coverage).add_coverage (c->input);
436 return this+coverage;
442 unsigned int index = (this+coverage).get_coverage (c->buffer->cur().codepoint);
454 return TRACE_RETURN (c->check_struct (this) && coverage.sanitize (c, this) && valueFormat.sanitize_value (c, this, values));
460 coverage; /* Offset to Coverage table--from member in struct:OT::SinglePosFormat1
476 (this+coverage).add_coverage (c->input);
481 return this+coverage;
487 unsigned int index = (this+coverage).get_coverage (c->buffer->cur().codepoint);
502 return TRACE_RETURN (c->check_struct (this) && coverage.sanitize (c, this) && valueFormat.sanitize_values (c, this, values, valueCount));
508 coverage; /* Offse member in struct:OT::SinglePosFormat2
691 coverage; /* Offset to Coverage table--from member in struct:OT::PairPosFormat1
783 coverage; /* Offset to Coverage table--from member in struct:OT::PairPosFormat2
967 coverage; /* Offset to Coverage table--from member in struct:OT::CursivePosFormat1
1451 const Coverage *coverage = &get_subtable (i).dispatch (&c, get_type ()); local
[all...]
/external/skia/include/gpu/
H A DGrPaint.h19 * The paint describes how color and coverage are computed at each pixel by GrContext draw
22 * The paint allows installation of custom color and coverage stages. New types of stages are
30 * Fractional pixel coverage follows a similar flow. The coverage is initially the value specified
31 * by setCoverage(). This is input to the first coverage stage. Coverage stages are chained
33 * fractional coverage produced by anti-aliasing. This last step produces the final coverage, C.
39 * Note that the coverage is applied after the blend. This is why they are computed as distinct
75 * Applies fractional coverage to the entire drawn primitive. Defaults to 0xff.
77 void setCoverage(uint8_t coverage) { fCoverag argument
[all...]
/external/skia/src/gpu/gl/
H A DGrGpuGL_program.cpp212 void GrGpuGL::flushCoverage(GrColor coverage) { argument
218 // coverage will be specified per-vertex as an attribute
219 // invalidate the const vertex attrib coverage
224 if (fHWConstAttribCoverage != coverage) {
228 GrColorToRGBAFloat(coverage, c);
231 fHWConstAttribCoverage = coverage;
235 if (fCurrentProgram->fCoverage != coverage) {
239 GrColorToRGBAFloat(coverage, c);
245 fCurrentProgram->fCoverage = coverage;
252 GrCrash("Unknown coverage typ
296 GrColor coverage; local
[all...]
/external/freetype/include/freetype/
H A Dftimage.h879 /* coverage :: The span color/coverage, ranging from 0 (background) */
888 /* The coverage value is always between 0 and 255. If you want less */
895 unsigned char coverage; member in struct:FT_Span_
/external/freetype/src/smooth/
H A Dftgrays.c48 /* coverage of the outline on each pixel cell. */
69 /* - A perfect anti-aliaser, i.e., it computes the _exact_ coverage on */
1190 unsigned char coverage = spans->coverage; local
1193 if ( coverage )
1200 FT_MEM_SET( p + spans->x, (unsigned char)coverage, spans->len );
1208 case 7: *q++ = (unsigned char)coverage;
1209 case 6: *q++ = (unsigned char)coverage;
1210 case 5: *q++ = (unsigned char)coverage;
1211 case 4: *q++ = (unsigned char)coverage;
1232 int coverage; local
[all...]
/external/webkit/Source/WebCore/platform/graphics/cairo/
H A DGraphicsContextCairo.cpp337 int coverage = distance-remainder; local
338 int numSegments = coverage/patWidth;
454 int coverage = distance - remainder; local
455 int numSegments = coverage / patWidth;
/external/webkit/Source/WebCore/platform/graphics/cg/
H A DGraphicsContextCG.cpp262 int coverage = distance - remainder; local
263 int numSegments = coverage / patWidth;
370 int coverage = distance - remainder; local
371 int numSegments = coverage / patWidth;

Completed in 1204 milliseconds

12