Home
last modified time | relevance | path

Searched defs:num_color_stops (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/prebuilts/vndk/v33/arm/include/external/freetype/include/freetype/
Dftcolor.h547 FT_UInt num_color_stops; member
/aosp_15_r20/prebuilts/vndk/v34/arm/include/external/freetype/include/freetype/
Dftcolor.h551 FT_UInt num_color_stops; member
/aosp_15_r20/external/freetype/include/freetype/
H A Dftcolor.h551 FT_UInt num_color_stops; member
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/external/freetype/include/freetype/
Dftcolor.h551 FT_UInt num_color_stops; member
/aosp_15_r20/prebuilts/vndk/v34/x86/include/external/freetype/include/freetype/
Dftcolor.h551 FT_UInt num_color_stops; member
/aosp_15_r20/prebuilts/vndk/v33/x86/include/external/freetype/include/freetype/
Dftcolor.h547 FT_UInt num_color_stops; member
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/external/freetype/include/freetype/
Dftcolor.h547 FT_UInt num_color_stops; member
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/external/freetype/include/freetype/
Dftcolor.h551 FT_UInt num_color_stops; member
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/external/freetype/include/freetype/
Dftcolor.h547 FT_UInt num_color_stops; member
/aosp_15_r20/external/skia/src/ports/fontations/src/
H A Dffi.rs1094 fn num_color_stops(color_stops: &BridgeColorStops) -> usize { in num_color_stops() function
1801 fn num_color_stops(color_stops: &BridgeColorStops) -> usize; in num_color_stops() function
/aosp_15_r20/external/skia/src/ports/
H A DSkTypeface_fontations.cpp1018 size_t num_color_stops = fontations_ffi::num_color_stops(color_stops); in populateStopsAndColors() local