OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MaxWidth
(Results
1 - 11
of
11
) sorted by null
/external/sfntly/cpp/src/test/
hdmx_test.cc
49
EXPECT_EQ(hdmx_table->
MaxWidth
(i), HDMX_MAX_WIDTH[i]);
68
EXPECT_EQ(hdmx_table->
MaxWidth
(4), -1);
69
EXPECT_EQ(hdmx_table->
MaxWidth
(-1), -1);
/external/sfntly/cpp/src/sfntly/table/core/
horizontal_device_metrics_table.h
54
int32_t
MaxWidth
(int32_t record_index);
horizontal_device_metrics_table.cc
48
int32_t HorizontalDeviceMetricsTable::
MaxWidth
(int32_t record_index) {
/external/pdfium/core/src/fpdftext/
fpdf_text.cpp
263
int
MaxWidth
= 0;
265
if (
MaxWidth
< widths[i]) {
266
MaxWidth
= widths[i];
268
if (
MaxWidth
> AvgWidth * 6 / 5) {
269
MaxWidth
= AvgWidth * 6 / 5;
272
if (iMinWidth <
MaxWidth
) {
273
iMinWidth =
MaxWidth
;
/external/mdnsresponder/mDNSPosix/
NetMonitor.c
506
#define
MaxWidth
132
507
char buffer[
MaxWidth
+8];
521
case kDNSType_PTR: n += mprintf("%##.*s",
MaxWidth
- n, rd->name.c); break;
525
while (t < rdend && t[0] && p < buffer+
MaxWidth
)
528
for (i=1; i<=t[0] && p < buffer+
MaxWidth
; i++)
545
n += mprintf("%.*s",
MaxWidth
- n, buffer);
556
n += mprintf("%.*s",
MaxWidth
- n, b + striplen);
566
while (s < rdend && p < buffer+
MaxWidth
)
581
n += mprintf("%.*s",
MaxWidth
- n, buffer);
[
all
...]
/external/clang/lib/Sema/
SemaChecking.cpp
751
unsigned
MaxWidth
) {
825
if (Context.getTypeSize(ValType) >
MaxWidth
) {
826
assert(
MaxWidth
== 64 && "Diagnostic unexpectedly inaccurate");
[
all
...]
SemaExpr.cpp
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntddvdeo.h
382
ULONG
MaxWidth
;
/external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp
[
all
...]
/external/clang/include/clang/Sema/
Sema.h
[
all
...]
/prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar
Completed in 3492 milliseconds