Searched refs:fLevel (Results 1 – 7 of 7) sorted by relevance
51 int getDepth() const { return fCount ? fRoot.fSubtree->fLevel + 1 : 0; } in getDepth()75 uint16_t fLevel; member
58 out->fLevel = level; in allocateNodeAtLevel()173 if (0 == node->fLevel) { in search()
208 fLevel = 0; in SkDOMParser()217 SkASSERT(fLevel > 0); in flushAttributes()261 --fLevel; in onEndElement()293 if (fLevel > 0 && fNeedToFlush) in startCommon()299 ++fLevel; in startCommon()311 int fLevel; member in SkDOMParser
333 FX_FLOAT fLevel) { in GetAttr() argument334 if (fLevel > nMaxRecursion) { in GetAttr()345 return m_pParent->GetAttr(owner, name, TRUE, fLevel + 1); in GetAttr()
59 FX_FLOAT fLevel = 0.0F) override;
77 FX_FLOAT fLevel = 0.0F) = 0;
992 const float fLevel = (float)volume/MAX_CORE_SPEAKER_VOLUME; in SetSpeakerVolume() local994 hr = _ptrRenderSimpleVolume->SetMasterVolume(fLevel,NULL); in SetSpeakerVolume()1027 float fLevel(0.0f); in SpeakerVolume() local1030 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() local1578 _ptrCaptureVolume->SetMasterVolumeLevelScalar(fLevel, NULL); in SetMicrophoneVolume()1610 float fLevel(0.0f); in MicrophoneVolume() local1613 hr = _ptrCaptureVolume->GetMasterVolumeLevelScalar(&fLevel); in MicrophoneVolume()1618 volume = static_cast<uint32_t> (fLevel*MAX_CORE_MICROPHONE_VOLUME); in MicrophoneVolume()