/third_party/cups-filters/cupsfilters/ |
H A D | cmyk.c | 24 * density. 1034 density, /* Density value */ in cupsCMYKLoad() local 1054 * cupsAllGamma - Set default curve using gamma + density in cupsCMYKLoad() 1056 * cupsBlackGamma - Set black curve using gamma + density in cupsCMYKLoad() 1060 * cupsCyanGamma - Set cyan curve using gamma + density in cupsCMYKLoad() 1065 * cupsLightBlackGamma - Set light black curve using gamma + density in cupsCMYKLoad() 1067 * cupsLightCyanGamma - Set light cyan curve using gamma + density in cupsCMYKLoad() 1069 * cupsLightMagentaGamma - Set light magenta curve using gamma + density in cupsCMYKLoad() 1071 * cupsMagentaGamma - Set magenta curve using gamma + density in cupsCMYKLoad() 1074 * cupsYellowGamma - Set yellow curve using gamma + density in cupsCMYKLoad() 1824 cupsCMYKSetGamma(cups_cmyk_t *cmyk, int channel, float gamval, float density) cupsCMYKSetGamma() argument [all...] |
H A D | driver.h | 226 float gamval, float density);
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
H A D | denseranges.cpp | 93 * @param density Minimum average range density, in 256th. (0x100=100%=perfectly dense.) 97 * @return Minimum number of ranges (at most capacity) that have the desired density, 98 * or 0 if that density cannot be achieved. 102 int32_t density, in uprv_makeDenseRanges() 112 if(length>=(density*maxLength)/0x100) { in uprv_makeDenseRanges() 141 // of the requested density. in uprv_makeDenseRanges() 145 if(length>num*2 && length>=(density*maxLength)/0x100) { in uprv_makeDenseRanges() 101 uprv_makeDenseRanges(const int32_t values[], int32_t length, int32_t density, int32_t ranges[][2], int32_t capacity) uprv_makeDenseRanges() argument
|
H A D | denseranges.h | 29 * @param density Minimum average range density, in 256th. (0x100=100%=perfectly dense.) 33 * @return Minimum number of ranges (at most capacity) that have the desired density, 34 * or 0 if that density cannot be achieved. 38 int32_t density,
|
/third_party/icu/icu4c/source/tools/toolutil/ |
H A D | denseranges.cpp | 93 * @param density Minimum average range density, in 256th. (0x100=100%=perfectly dense.) 97 * @return Minimum number of ranges (at most capacity) that have the desired density, 98 * or 0 if that density cannot be achieved. 102 int32_t density, in uprv_makeDenseRanges() 112 if(length>=(density*maxLength)/0x100) { in uprv_makeDenseRanges() 141 // of the requested density. in uprv_makeDenseRanges() 145 if(length>num*2 && length>=(density*maxLength)/0x100) { in uprv_makeDenseRanges() 101 uprv_makeDenseRanges(const int32_t values[], int32_t length, int32_t density, int32_t ranges[][2], int32_t capacity) uprv_makeDenseRanges() argument
|
H A D | denseranges.h | 29 * @param density Minimum average range density, in 256th. (0x100=100%=perfectly dense.) 33 * @return Minimum number of ranges (at most capacity) that have the desired density, 34 * or 0 if that density cannot be achieved. 38 int32_t density,
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
H A D | denseranges.cpp | 93 * @param density Minimum average range density, in 256th. (0x100=100%=perfectly dense.) 97 * @return Minimum number of ranges (at most capacity) that have the desired density, 98 * or 0 if that density cannot be achieved. 102 int32_t density, in uprv_makeDenseRanges() 112 if(length>=(density*maxLength)/0x100) { in uprv_makeDenseRanges() 141 // of the requested density. in uprv_makeDenseRanges() 145 if(length>num*2 && length>=(density*maxLength)/0x100) { in uprv_makeDenseRanges() 101 uprv_makeDenseRanges(const int32_t values[], int32_t length, int32_t density, int32_t ranges[][2], int32_t capacity) uprv_makeDenseRanges() argument
|
H A D | denseranges.h | 29 * @param density Minimum average range density, in 256th. (0x100=100%=perfectly dense.) 33 * @return Minimum number of ranges (at most capacity) that have the desired density, 34 * or 0 if that density cannot be achieved. 38 int32_t density,
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | transrt.cpp | 269 * density is the approximate total number of code points to returned for the entire set. 271 const UnicodeSet &abbreviateSet(const UnicodeSet &set, bool abbreviated, int density, in abbreviateSet() argument 279 perRange = density / perRange; in abbreviateSet() 341 int32_t density = 100); 353 void test2(UBool quick, int32_t density); 444 int32_t density) in test() 512 test2(quickRt, density); in test() 539 void RTTest::test2(UBool quickRt, int32_t density) { in test2() argument 681 usi.reset(abbreviateSet(sourceRangeMinusFailures, quickRt, density, copy)); in test2() 686 usi2.reset(abbreviateSet(sourceRangeMinusFailures, quickRt, density, copy in test2() 439 test(const UnicodeString& sourceRangeVal, const UnicodeString& targetRangeVal, const char* roundtripExclusions, IntlTest* logVal, UBool quickRt, Legal* adoptedLegal, int32_t density) test() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/ |
H A D | RoundTripTest.java | 106 public void reset(UnicodeSet newSet, boolean abb, int density) { in reset() argument 111 perRange = density / perRange; in reset() 1105 private int density = 100; field in RoundTripTest.TransliterationTest 1125 this.density = dens; in TransliterationTest() 1460 usi.reset(sourceRangeMinusFailures, quickRt, density); in checkSourceTargetDoubles() 1472 usi2.reset(sourceRangeMinusFailures, quickRt, density); in checkSourceTargetDoubles() 1567 usi.reset(targetRangeMinusFailures, quickRt, density); in checkTargetSourceDoubles() 1580 usi2.reset(targetRangeMinusFailures, quickRt, density); in checkTargetSourceDoubles()
|
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
H A D | RoundTripTest.java | 82 * density is the approximate total number of code points to returned for the entire set. 84 private static UnicodeSet abbreviateSet(UnicodeSet set, boolean abbreviated, int density) { in abbreviateSet() argument 91 perRange = density / perRange; in abbreviateSet() 1090 private int density = 100; field in RoundTripTest.TransliterationTest 1110 this.density = dens; in TransliterationTest() 1445 usi.reset(abbreviateSet(sourceRangeMinusFailures, quickRt, density)); in checkSourceTargetDoubles() 1457 usi2.reset(abbreviateSet(sourceRangeMinusFailures, quickRt, density)); in checkSourceTargetDoubles() 1552 usi.reset(abbreviateSet(targetRangeMinusFailures, quickRt, density)); in checkTargetSourceDoubles() 1565 usi2.reset(abbreviateSet(targetRangeMinusFailures, quickRt, density)); in checkTargetSourceDoubles()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/scsi/ |
H A D | scsi.h | 139 unsigned char density; member
|
/third_party/musl/porting/liteos_m/kernel/include/scsi/ |
H A D | scsi.h | 139 unsigned char density; member
|
/third_party/musl/porting/uniproton/kernel/include/scsi/ |
H A D | scsi.h | 139 unsigned char density; member
|
/third_party/musl/include/scsi/ |
H A D | scsi.h | 139 unsigned char density; member
|
/third_party/backends/sanei/ |
H A D | sanei_magic.c | 731 /* loop over all rows, find density of each */ in sanei_magic_isBlank() 747 /* loop over all rows, find density of each */ in sanei_magic_isBlank() 767 DBG (5, "sanei_magic_isBlank: sum:%f lines:%d thresh:%f density:%f\n", in sanei_magic_isBlank() 783 * margin on all sides. If all squares are under the user's density, 1295 int density = 0; in getTopEdge() local 1303 * to bypass binning errors, highest density wins */ in getTopEdge() 1308 ret = getLine(height,width,buff,slopes,minSlope+sStep2,maxSlope+sStep2,offsets,minOffset+oStep2,maxOffset+oStep2,&slope,&offset,&density); in getTopEdge() 1313 DBG(15,"getTopEdge: %d %d %+0.4f %d %d\n",i,j,slope,offset,density); in getTopEdge() 1315 if(density > topDensity){ in getTopEdge() 1318 topDensity = density; in getTopEdge() [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | GLES1State.h | 81 GLfloat density; member
|
H A D | GLES1State.cpp | 154 mFog.density = 1.0f; in initialize()
|
/third_party/astc-encoder/Source/ |
H A D | astcenccli_toplevel.cpp | 1653 // ---- ---- ---- ---- Weight density ---- ---- ---- ---- 1658 float density = 0.0f; 1663 density = weight_count / texel_count; 1666 int densityi = static_cast<int>(255.0f * density);
|
/third_party/NuttX/include/nuttx/ |
H A D | scsi.h | 721 uint8_t density; /* 0: density code */ member
|
/third_party/openSLES/api/1.1/ |
H A D | OpenSLES.h | 1687 SLpermille density; member 1774 SLpermille density
|
/third_party/openSLES/api/1.0.1/ |
H A D | OpenSLES.h | 1513 SLpermille density; member 1600 SLpermille density
|
/third_party/openSLES/api/1.0/ |
H A D | OpenSLES.h | 1507 SLpermille density; member 1594 SLpermille density
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | wpa_supplicant.c | 4621 int density) 4623 if (density == -1) 4626 wpa_msg(wpa_s, MSG_DEBUG, "set_ampdu_density: %d", density); 4628 if (density < 0 || density > 7) { 4631 density); 4637 htcaps->a_mpdu_params |= (density << 2) & 0x1C; 4618 wpa_set_ampdu_density(struct wpa_supplicant *wpa_s, struct ieee80211_ht_capabilities *htcaps, struct ieee80211_ht_capabilities *htcaps_mask, int density) global() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | wpa_supplicant.c | 5859 int density) 5861 if (density == -1) 5864 wpa_msg(wpa_s, MSG_DEBUG, "set_ampdu_density: %d", density); 5866 if (density < 0 || density > 7) { 5869 density); 5875 htcaps->a_mpdu_params |= (density << 2) & 0x1C; 5856 wpa_set_ampdu_density(struct wpa_supplicant *wpa_s, struct ieee80211_ht_capabilities *htcaps, struct ieee80211_ht_capabilities *htcaps_mask, int density) global() argument
|