Home
last modified time | relevance | path

Searched refs:fLevel (Results 1 – 9 of 9) sorted by relevance

/external/skia/src/core/
DSkRTree.h50 int getDepth() const { return fCount ? fRoot.fSubtree->fLevel + 1 : 0; } in getDepth()
74 uint16_t fLevel; member
DSkRTree.cpp59 out->fLevel = level; in allocateNodeAtLevel()
174 if (0 == node->fLevel) { in search()
/external/skia/src/xml/
DSkDOM.cpp192 fLevel = 0; in SkDOMParser()
200 SkASSERT(fLevel > 0); in flushAttributes()
242 --fLevel; in onEndElement()
273 if (fLevel > 0 && fNeedToFlush) { in startCommon()
279 ++fLevel; in startCommon()
291 int fLevel; member in SkDOMParser
/external/skia/tests/
DMipMapTest.cpp161 int fLevel; member
201 currentTest.fLevel); in DEF_TEST()
/external/pdfium/core/fpdfdoc/
Dfpdf_tagged.h45 FX_FLOAT fLevel = 0.0F) = 0;
Ddoc_tagged.cpp320 FX_FLOAT fLevel) { in GetAttr() argument
321 if (fLevel > nMaxRecursion) { in GetAttr()
332 return m_pParent->GetAttr(owner, name, true, fLevel + 1); in GetAttr()
Dtagged_int.h76 FX_FLOAT fLevel = 0.0F) override;
/external/webrtc/webrtc/modules/audio_device/win/
Daudio_device_core_win.cc992 const float fLevel = (float)volume/MAX_CORE_SPEAKER_VOLUME; in SetSpeakerVolume() local
994 hr = _ptrRenderSimpleVolume->SetMasterVolume(fLevel,NULL); in SetSpeakerVolume()
1027 float fLevel(0.0f); in SpeakerVolume() local
1030 hr = _ptrRenderSimpleVolume->GetMasterVolume(&fLevel); in SpeakerVolume()
1035 volume = static_cast<uint32_t> (fLevel*MAX_CORE_SPEAKER_VOLUME); in SpeakerVolume()
1576 const float fLevel = static_cast<float>(volume)/MAX_CORE_MICROPHONE_VOLUME; in SetMicrophoneVolume() local
1578 _ptrCaptureVolume->SetMasterVolumeLevelScalar(fLevel, NULL); in SetMicrophoneVolume()
1610 float fLevel(0.0f); in MicrophoneVolume() local
1613 hr = _ptrCaptureVolume->GetMasterVolumeLevelScalar(&fLevel); in MicrophoneVolume()
1618 volume = static_cast<uint32_t> (fLevel*MAX_CORE_MICROPHONE_VOLUME); in MicrophoneVolume()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationWin32KeyedMutexTests.cpp1274 D3D_FEATURE_LEVEL fLevel[] = {D3D_FEATURE_LEVEL_11_0}; in DX11OperationSupport() local
1285 fLevel, in DX11OperationSupport()
1286 DE_LENGTH_OF_ARRAY(fLevel), in DX11OperationSupport()