Home
last modified time | relevance | path

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

/third_party/skia/modules/skottie/src/effects/
DThresholdEffect.cpp56 EffectBinder(jprops, abuilder, this).bind(kLevel_Index, fLevel); in ThresholdAdapter()
62 threshold_effect()->makeColorFilter(SkData::MakeWithCopy(&fLevel, sizeof(fLevel))); in onSync()
67 ScalarValue fLevel = 0; member in skottie::internal::__anona59334660111::ThresholdAdapter
/third_party/skia/src/core/
DSkRTree.h41 int getDepth() const { return fCount ? fRoot.fSubtree->fLevel + 1 : 0; } in getDepth()
62 uint16_t fLevel; member
DSkRTree.cpp52 out.fLevel = level; in allocateNodeAtLevel()
157 if (0 == node->fLevel) { in search()
/third_party/flutter/skia/src/core/
DSkRTree.h43 int getDepth() const { return fCount ? fRoot.fSubtree->fLevel + 1 : 0; } in getDepth()
67 uint16_t fLevel; member
DSkRTree.cpp58 out->fLevel = level; in allocateNodeAtLevel()
163 if (0 == node->fLevel) { in search()
/third_party/flutter/skia/src/xml/
DSkDOM.cpp193 fLevel = 0; in SkDOMParser()
201 SkASSERT(fLevel > 0); in flushAttributes()
244 --fLevel; in onEndElement()
274 if (fLevel > 0 && fNeedToFlush) { in startCommon()
280 ++fLevel; in startCommon()
292 int fLevel; member in SkDOMParser
/third_party/skia/src/xml/
DSkDOM.cpp195 fLevel = 0; in SkDOMParser()
203 SkASSERT(fLevel > 0); in flushAttributes()
245 --fLevel; in onEndElement()
275 if (fLevel > 0 && fNeedToFlush) { in startCommon()
281 ++fLevel; in startCommon()
293 int fLevel; member in SkDOMParser
/third_party/flutter/skia/modules/skshaper/src/
DSkShaper_harfbuzz.cpp329 , fLevel(UBIDI_DEFAULT_LTR) in IcuBiDiRunIterator()
334 fLevel = ubidi_getLevelAt(fBidi.get(), fUTF16LogicalPosition); in consume()
340 if (level != fLevel) { in consume()
355 return fLevel; in currentLevel()
363 UBiDiLevel fLevel; member in __anonb2a13fbc0111::IcuBiDiRunIterator
481 : fUtf8Range(utf8Range), fFont(font), fLevel(level)
487 UBiDiLevel fLevel; member
513 const ShapedGlyph& glyph = run.fGlyphs[is_LTR(run.fLevel) ? startGlyphIndex + i in append()
537 runLevels[i] = line.runs[i].fLevel; in emit()
548 run.fLevel, in emit()
[all …]
/third_party/skia/modules/skshaper/src/
DSkShaper_harfbuzz.cpp353 , fLevel(SkBidiIterator::kLTR) in SkUnicodeBidiRunIterator()
359 fLevel = fBidi->getLevelAt(fUTF16LogicalPosition); in consume()
365 if (level != fLevel) { in consume()
380 return fLevel; in currentLevel()
388 SkBidiIterator::Level fLevel; member in __anon3e39c4c70111::SkUnicodeBidiRunIterator
506 : fUtf8Range(utf8Range), fFont(font), fLevel(level)
512 SkBidiIterator::Level fLevel; member
538 const ShapedGlyph& glyph = run.fGlyphs[is_LTR(run.fLevel) ? startGlyphIndex + i in append()
562 runLevels[i] = line.runs[i].fLevel; in emit()
573 run.fLevel, in emit()
[all …]
/third_party/flutter/skia/tests/
DMipMapTest.cpp161 int fLevel; member
201 currentTest.fLevel); in DEF_TEST()
/third_party/skia/tests/
DMipMapTest.cpp162 int fLevel; member
202 currentTest.fLevel); in DEF_TEST()
/third_party/flutter/skia/experimental/svg/model/
DSkSVGXMLDOM.cpp40 SkASSERT(fLevel > 0); in flushAttributes()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationWin32KeyedMutexTests.cpp1305 D3D_FEATURE_LEVEL fLevel[] = {D3D_FEATURE_LEVEL_11_0}; in DX11OperationSupport() local
1316 fLevel, in DX11OperationSupport()
1317 DE_LENGTH_OF_ARRAY(fLevel), in DX11OperationSupport()