Searched refs:density (Results 1 - 22 of 22) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/tools/toolutil/
H A Ddenseranges.h27 * @param density Minimum average range density, in 256th. (0x100=100%=perfectly dense.)
31 * @return Minimum number of ranges (at most capacity) that have the desired density,
32 * or 0 if that density cannot be achieved.
36 int32_t density,
H A Ddenseranges.cpp91 * @param density Minimum average range density, in 256th. (0x100=100%=perfectly dense.)
95 * @return Minimum number of ranges (at most capacity) that have the desired density,
96 * or 0 if that density cannot be achieved.
100 int32_t density,
110 if(length>=(density*maxLength)/0x100) {
139 // of the requested density.
143 if(length>num*2 && length>=(density*maxLength)/0x100) {
99 uprv_makeDenseRanges(const int32_t values[], int32_t length, int32_t density, int32_t ranges[][2], int32_t capacity) argument
/macosx-10.10.1/cups-408/cups/ppdc/
H A Dppdc-profile.cxx43 density = d;
H A Dppdc-driver.cxx666 char density[255], gamma[255], profile[9][255]; local
668 _cupsStrFormatd(density, density + sizeof(density), p->density, loc);
678 density, gamma, profile[0], profile[1], profile[2],
H A Dppdc.h347 float density, // Color profile density member in class:ppdcProfile
H A Dppdc-source.cxx525 // ColorProfile resolution/mediatype gamma density m00 m01 m02 ... m22
1809 float yellow; // Yellow density
1810 float color; // Color density values
1815 // SimpleColorProfile resolution/mediatype black-density yellow-density
1816 // red-density gamma red-adjust green-adjust blue-adjust
3731 p->density, p->gamma,
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dtransrt.cpp265 // density is the approximate total number of code points to returned for the entire set.
273 void reset(UnicodeSet& set, UBool abb = FALSE, int32_t density = 100);
308 void AbbreviatedUnicodeSetIterator::reset(UnicodeSet& newSet, UBool abb, int32_t density) { argument
313 perRange = density / perRange;
364 int32_t density = 100);
376 void test2(UBool quick, int32_t density);
466 int32_t density)
534 test2(quickRt, density);
561 void RTTest::test2(UBool quickRt, int32_t density) { argument
702 usi.reset(sourceRangeMinusFailures, quickRt, density);
461 test(const UnicodeString& sourceRangeVal, const UnicodeString& targetRangeVal, const char* roundtripExclusions, IntlTest* logVal, UBool quickRt, Legal* adoptedLegal, int32_t density) argument
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tkextlib/blt/
H A Dvector.rb183 def populate(vector, density=None)
184 tk_call(@id, 'populate', vector, density)
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dmplayerconf.vim30 \ audio-density passlogfile vobsuboutindex autoq
H A Dhercules.vim42 syn keyword herculesStatement density enclose external inside_edge
H A Dpov.vim41 syn keyword povDescriptors absorption confidence density emission intervals ratio samples scattering variance
H A Dsqlanywhere.vim50 syn keyword sqlFunction dense_rank density percent_rank user_name
H A Dstata.vim228 " Probability distriubtions and density functions
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDEvent.h264 IOFixed density = 0,
H A DIOHIDEvent.cpp888 IOFixed density,
906 event->orientation.quality.density = density;
875 digitizerEventWithQualityOrientation( AbsoluteTime timeStamp, UInt32 transducerID, IOHIDDigitizerTransducerType type, bool inRange, UInt32 buttonState, IOFixed x, IOFixed y, IOFixed z __unused, IOFixed tipPressure, IOFixed auxPressure, IOFixed twist, IOFixed quality, IOFixed density, IOFixed irregularity, IOFixed majorRadius, IOFixed minorRadius, IOOptionBits options) argument
H A DIOHIDEventData.h233 IOFixed density; member in struct:_IOHIDDigitizerEventData::__anon1944::__anon1947
874 value = IOHIDEventValueFloat(digEvent->orientation.quality.density, isFixed); \
1509 digEvent->orientation.quality.density = IOHIDEventValueFixed(value, isFixed); \
/macosx-10.10.1/cups-408/cups/cups/
H A Dppd.h229 float density; /* Ink density to use */ member in struct:ppd_profile_s
H A Dppd.c850 profile->density = (float)_cupsStrScand(string, &sptr, loc);
/macosx-10.10.1/gnutar-453/gnutar/src/
H A Dtar.c512 N_("specify drive and density"), GRID+1 },
1051 /* Default density numbers for [0-9][lmh] device specifications */
1844 int density;
1849 argp_error (state, _("Malformed density argument: %s"), quote (arg));
1875 argp_error (state, _("Unknown density: `%c'"), arg[0]);
1836 int density; local
/macosx-10.10.1/cups-408/cups/systemv/
H A Dcupstestppd.c1634 ppd->profiles[j].gamma, ppd->profiles[j].density,
/macosx-10.10.1/CPANInternal-159.1/Graph-0.94/lib/
H A DGraph.pm2441 sub density { subroutine
/macosx-10.10.1/CPANInternal-159.1/Graph-0.96/lib/
H A DGraph.pm2441 sub density { subroutine

Completed in 333 milliseconds