Home
last modified time | relevance | path

Searched refs:getForeground (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/skia/src/effects/imagefilters/
DSkXfermodeImageFilter.cpp190 auto getForeground = [&]() { in onFilterBounds() local
199 return getForeground(); in onFilterBounds()
208 if (!result.intersect(getForeground())) { in onFilterBounds()
216 result.join(getForeground()); in onFilterBounds()
/third_party/skia/src/effects/imagefilters/
DSkBlendImageFilter.cpp206 auto getForeground = [&]() { in onFilterBounds() local
216 return getForeground(); in onFilterBounds()
225 if (!result.intersect(getForeground())) { in onFilterBounds()
234 result.join(getForeground()); in onFilterBounds()
/third_party/flutter/skia/modules/skparagraph/include/
DTextStyle.h76 SkPaint getForeground() const { return fForeground; } in getForeground() function
/third_party/skia/modules/skparagraph/include/
DTextStyle.h163 SkPaint getForeground() const { return fForeground; } in getForeground() function
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/translit/
DTransliteratorInputMethod.java701 setForeground(list.getForeground()); in getListCellRendererComponent()
/third_party/flutter/skia/modules/skparagraph/src/
DTextLine.cpp189 paint = style.getForeground(); in paintText()
/third_party/skia/modules/skparagraph/src/
DTextLine.cpp323 record.fPaint = style.getForeground(); in buildTextBlob()