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

/external/qemu/android/
H A Dhw-lcd.c17 hwLcd_setBootProperty(int density) argument
21 /* map density to one of our three values for now */
22 if (density < (LCD_DENSITY_MIN + LCD_DENSITY_DEFAULT)/2)
23 density = LCD_DENSITY_MIN;
24 else if (density < (LCD_DENSITY_DEFAULT + LCD_DENSITY_MAX)/2)
25 density = LCD_DENSITY_DEFAULT;
27 density = LCD_DENSITY_MAX;
29 snprintf(temp, sizeof temp, "%d", density);
H A Dhw-lcd.h19 /* Sets the boot property corresponding to the emulated abstract LCD density */
20 extern void hwLcd_setBootProperty(int density);
/external/srec/srec/cfront/
H A Dspec_anl.c46 void peakpick(front_freq *freqobj, fftdata *density, int num_freq);
52 void filtbank(front_freq *freqobj, fftdata *density, cepdata *fbo);
214 void peakpick(front_freq *freqobj, fftdata *density, int num_freq) argument
243 ASSERT(density[last] >= 0);
244 peak = density[last];
249 if (density[i] > peak)
250 peak = density[i];
252 density[i] = peak;
257 peak = density[first];
261 if (density[
270 filtbank(front_freq *freqobj, fftdata *density, cepdata *fbo) argument
[all...]
/external/icu4c/test/intltest/
H A Dtransrt.cpp264 // density is the approximate total number of code points to returned for the entire set.
272 void reset(UnicodeSet& set, UBool abb = FALSE, int32_t density = 100);
307 void AbbreviatedUnicodeSetIterator::reset(UnicodeSet& newSet, UBool abb, int32_t density) { argument
312 perRange = density / perRange;
363 int32_t density = 100);
375 void test2(UBool quick, int32_t density);
465 int32_t density)
533 test2(quickRt, density);
560 void RTTest::test2(UBool quickRt, int32_t density) { argument
701 usi.reset(sourceRangeMinusFailures, quickRt, density);
460 test(const UnicodeString& sourceRangeVal, const UnicodeString& targetRangeVal, const char* roundtripExclusions, IntlTest* logVal, UBool quickRt, Legal* adoptedLegal, int32_t density) argument
[all...]
/external/webkit/WebKit/android/jni/
H A DWebCoreFrameBridge.h107 float density() const;
H A DWebCoreFrameBridge.cpp246 mJavaFrame->mDensity = env->GetMethodID(clazz, "density","()F");
267 LOG_ASSERT(mJavaFrame->mDensity, "Could not find method density");
837 WebFrame::density() const function in class:android::WebFrame
/external/v8/benchmarks/
H A Draytrace.js392 density: 0.5,
394 initialize : function(colorEven, colorOdd, reflection, transparency, gloss, density) {
400 this.density = density;
405 var t = this.wrapUp(u * this.density) * this.wrapUp(v * this.density);
/external/webkit/SunSpider/tests/v8-v4/
H A Dv8-raytrace.js387 density: 0.5,
389 initialize : function(colorEven, colorOdd, reflection, transparency, gloss, density) {
395 this.density = density;
400 var t = this.wrapUp(u * this.density) * this.wrapUp(v * this.density);
/external/webkit/WebKit/android/WebCoreSupport/
H A DChromeClientAndroid.cpp135 return m_webFrame->density();
/external/kernel-headers/original/linux/
H A Dcdrom.h1125 __u8 density; member in struct:modesel_head
/external/quake/quake/src/QW/dxsdk/sdk/inc/
H A Dd3drmobj.h303 STDMETHOD(SetSceneFogParams)(THIS_ D3DVALUE start, D3DVALUE end, D3DVALUE density) PURE;
/external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
H A DD3DRMOBJ.H303 STDMETHOD(SetSceneFogParams)(THIS_ D3DVALUE start, D3DVALUE end, D3DVALUE density) PURE;

Completed in 169 milliseconds