Searched refs:totalWidth (Results 1 – 5 of 5) sorted by relevance
41 totalWidth = 071 totalWidth += ebpfField.widthInBits()87 if totalWidth > 32:89 branch_on, totalWidth)151 totalWidth = tpl[1]153 minIndex, totalWidth, 0, program) # alignment is 0
184 double totalWidth = 0.0d; in getMetrics() local194 totalWidth += width; in getMetrics()196 int result = (int) (totalWidth / metrics.length / 10.0d + 0.499999d); in getMetrics()
454 totalWidth = self.canvas.winfo_width()455 width = int(self.fraction * float(totalWidth))462 self.text = self.canvas.create_text(totalWidth/2, height/2,
849 SkScalar totalWidth = 0; in iterateThroughVisualRuns() local871 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()
714 uint32_t totalWidth = dwAccWidth.ValueOrDie(); in LoadCrossRefV5() local729 dwCaculatedSize *= totalWidth; in LoadCrossRefV5()735 const uint8_t* segstart = pData + segindex * totalWidth; in LoadCrossRefV5()745 const uint8_t* entrystart = segstart + i * totalWidth; in LoadCrossRefV5()