Home
last modified time | relevance | path

Searched refs:hSize (Results 1 – 6 of 6) sorted by relevance

/external/skia/bench/
DHairlinePathBench.cpp94 int hSize = size / 2; in makePath() local
101 int base1 = 2 * rand.nextULessThan(hSize); in makePath()
102 int base2 = 2 * rand.nextULessThan(hSize); in makePath()
103 int base3 = 2 * rand.nextULessThan(hSize); in makePath()
126 int hSize = size / 2; in makePath() local
133 int base1 = 2 * rand.nextULessThan(hSize); in makePath()
134 int base2 = 2 * rand.nextULessThan(hSize); in makePath()
135 int base3 = 2 * rand.nextULessThan(hSize); in makePath()
159 int hSize = size / 2; in makePath() local
166 int base1 = 2 * rand.nextULessThan(hSize); in makePath()
[all …]
/external/chromium_org/third_party/skia/bench/
DHairlinePathBench.cpp94 int hSize = size / 2; in makePath() local
101 int base1 = 2 * rand.nextULessThan(hSize); in makePath()
102 int base2 = 2 * rand.nextULessThan(hSize); in makePath()
103 int base3 = 2 * rand.nextULessThan(hSize); in makePath()
126 int hSize = size / 2; in makePath() local
133 int base1 = 2 * rand.nextULessThan(hSize); in makePath()
134 int base2 = 2 * rand.nextULessThan(hSize); in makePath()
135 int base3 = 2 * rand.nextULessThan(hSize); in makePath()
159 int hSize = size / 2; in makePath() local
166 int base1 = 2 * rand.nextULessThan(hSize); in makePath()
[all …]
/external/skia/experimental/nanomsg/
Dpicture_demo.cpp57 static const size_t hSize = sizeof(*header); // It's easy to slip up and use sizeof(header). in recv_picture() local
64 memcpy(header, msg, hSize); in recv_picture()
65 SkMemoryStream stream((uint8_t*)msg + hSize, size - hSize); in recv_picture()
/external/chromium_org/third_party/skia/experimental/nanomsg/
Dpicture_demo.cpp57 static const size_t hSize = sizeof(*header); // It's easy to slip up and use sizeof(header). in recv_picture() local
64 memcpy(header, msg, hSize); in recv_picture()
65 SkMemoryStream stream((uint8_t*)msg + hSize, size - hSize); in recv_picture()
/external/mdnsresponder/mDNSShared/
DDebugServices.c1196 unsigned hSize : 1; in DebugSNPrintFVAList() member
1276 case 'h' : F.hSize = 1; c = *++fmt; goto conv; in DebugSNPrintFVAList()
1308 if (F.hSize) n = (short) n; in DebugSNPrintFVAList()
1327 if (F.hSize) n = (unsigned short) n; in DebugSNPrintFVAList()
1432 if (F.hSize) n = (unsigned short) n; in DebugSNPrintFVAList()
1541 if (F.hSize) err = (short)err; in DebugSNPrintFVAList()
1573 if (F.hSize) * (short *) s = (short)nwritten; in DebugSNPrintFVAList()
/external/mdnsresponder/mDNSCore/
DDNSCommon.c2857 unsigned hSize : 1; member
2932 case 'h' : F.hSize = 1; c = *++fmt; goto conv; in mDNS_vsnprintf()
2938 if (F.hSize) n = (short) n; in mDNS_vsnprintf()
2944 if (F.hSize) n = (unsigned short) n; in mDNS_vsnprintf()
2965 if (F.hSize) n = (unsigned short) n; in mDNS_vsnprintf()
3020 if (F.hSize) n = (unsigned short) n; in mDNS_vsnprintf()
3101 if (F.hSize) * (short *) s = (short)nwritten; in mDNS_vsnprintf()