Searched refs:firstNonZero (Results 1 – 7 of 7) sorted by relevance
/external/skia/src/pdf/ |
D | SkPDFGlyphUse.h | 12 SkPDFGlyphUse(SkGlyphID firstNonZero, SkGlyphID lastGlyph) in SkPDFGlyphUse() argument 13 : fBitSet((int)lastGlyph - firstNonZero + 2) in SkPDFGlyphUse() 14 , fFirstNonZero(firstNonZero) in SkPDFGlyphUse() 15 , fLastGlyph(lastGlyph) { SkASSERT(firstNonZero >= 1); } in SkPDFGlyphUse() 20 SkGlyphID firstNonZero() const { return fFirstNonZero; } in firstNonZero() function
|
D | SkPDFFont.h | 109 SkGlyphID firstGlyphID() const { return fGlyphUsage.firstNonZero(); } in firstGlyphID()
|
/external/skqp/src/pdf/ |
D | SkPDFGlyphUse.h | 12 SkPDFGlyphUse(SkGlyphID firstNonZero, SkGlyphID lastGlyph) in SkPDFGlyphUse() argument 13 : fBitSet((int)lastGlyph - firstNonZero + 2) in SkPDFGlyphUse() 14 , fFirstNonZero(firstNonZero) in SkPDFGlyphUse() 15 , fLastGlyph(lastGlyph) { SkASSERT(firstNonZero >= 1); } in SkPDFGlyphUse() 20 SkGlyphID firstNonZero() const { return fFirstNonZero; } in firstNonZero() function
|
D | SkPDFFont.h | 109 SkGlyphID firstGlyphID() const { return fGlyphUsage.firstNonZero(); } in firstGlyphID()
|
/external/pdfium/fxbarcode/common/reedsolomon/ |
D | BC_ReedSolomonGF256Poly.cpp | 53 size_t firstNonZero = 1; in Init() local 54 while (firstNonZero < coefficientsLength && in Init() 55 (*coefficients)[firstNonZero] == 0) { in Init() 56 firstNonZero++; in Init() 58 if (firstNonZero == coefficientsLength) { in Init() 61 m_coefficients.resize(coefficientsLength - firstNonZero); in Init() 62 for (size_t i = firstNonZero, j = 0; i < coefficientsLength; i++, j++) in Init()
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | AddPopulationData.java | 133 return firstNonZero(factbook_literacy.getCount(country), in getLiteracy() 139 return firstNonZero(factbook_gdp.getCount(country), in getGdp() 145 return firstNonZero(factbook_population.getCount(country), in getPopulation() 150 private static Double firstNonZero(Double... items) { in firstNonZero() method in AddPopulationData
|
/external/zxing/core/ |
D | core.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |