Home
last modified time | relevance | path

Searched refs:totalWidth (Results 1 – 5 of 5) sorted by relevance

/external/bcc/src/cc/frontends/p4/compiler/
DebpfParser.py41 totalWidth = 0
71 totalWidth += ebpfField.widthInBits()
87 if totalWidth > 32:
89 branch_on, totalWidth)
151 totalWidth = tpl[1]
153 minIndex, totalWidth, 0, program) # alignment is 0
/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateApproximateWidths.java184 double totalWidth = 0.0d; in getMetrics() local
194 totalWidth += width; in getMetrics()
196 int result = (int) (totalWidth / metrics.length / 10.0d + 0.499999d); in getMetrics()
/external/python/cpython3/Tools/unittestgui/
Dunittestgui.py454 totalWidth = self.canvas.winfo_width()
455 width = int(self.fraction * float(totalWidth))
462 self.text = self.canvas.create_text(totalWidth/2, height/2,
/external/skia/modules/skparagraph/src/
DTextLine.cpp849 SkScalar totalWidth = 0; in iterateThroughVisualRuns() local
871 totalWidth += width; in iterateThroughVisualRuns()
878 totalWidth += width; in iterateThroughVisualRuns()
882 totalWidth += width; in iterateThroughVisualRuns()
888 if (!includingGhostSpaces && compareRound(totalWidth, this->width()) != 0) { in iterateThroughVisualRuns()
889 SkDebugf("ASSERT: %f != %f\n", totalWidth, this->width()); in iterateThroughVisualRuns()
/external/pdfium/core/fpdfapi/parser/
Dcpdf_parser.cpp714 uint32_t totalWidth = dwAccWidth.ValueOrDie(); in LoadCrossRefV5() local
729 dwCaculatedSize *= totalWidth; in LoadCrossRefV5()
735 const uint8_t* segstart = pData + segindex * totalWidth; in LoadCrossRefV5()
745 const uint8_t* entrystart = segstart + i * totalWidth; in LoadCrossRefV5()