OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:widthcount
(Results
1 - 3
of
3
) sorted by null
/external/skia/gm/
texteffects.cpp
322
int
widthCount
= paint.getTextWidths(test, sizeof(test) - 1, nullptr);
324
widths.setCount(
widthCount
);
327
pos.setCount(
widthCount
);
329
for (int index = 0; index <
widthCount
; ++index) {
363
int
widthCount
= paint.getTextWidths(test, sizeof(test) - 1, nullptr);
365
widths.setCount(
widthCount
);
368
pos.setCount(
widthCount
);
372
for (int index = 1; index <
widthCount
; ++index) {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardParams.java
187
final int
widthCount
= updateHistogramCounter(mWidthHistogram, width);
188
if (
widthCount
> mMaxWidthCount) {
189
mMaxWidthCount =
widthCount
;
/external/pdfium/core/src/fpdftext/
fpdf_text.cpp
256
int AvgWidth = 0,
widthcount
= 0;
local
260
widthcount
++;
262
AvgWidth = int((FX_FLOAT)AvgWidth /
widthcount
+ 0.5);
Completed in 2453 milliseconds