Home
last modified time | relevance | path

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

/external/skia/src/utils/
DSkPatchUtils.cpp149 static SkScalar bilerp(SkScalar tx, SkScalar ty, SkScalar c00, SkScalar c10, SkScalar c01, in bilerp() function
156 static Sk4f bilerp(SkScalar tx, SkScalar ty, in bilerp() function
334 bilerp(u, v, Sk4f::Load(cornerColors[kTopLeft_Corner].vec()), in MakeVertices()
342 texs[dataIndex] = SkPoint::Make(bilerp(u, v, srcTexCoords[kTopLeft_Corner].x(), in MakeVertices()
346 bilerp(u, v, srcTexCoords[kTopLeft_Corner].y(), in MakeVertices()
/external/skqp/src/utils/
DSkPatchUtils.cpp147 static SkScalar bilerp(SkScalar tx, SkScalar ty, SkScalar c00, SkScalar c10, SkScalar c01, in bilerp() function
154 static Sk4f bilerp(SkScalar tx, SkScalar ty, in bilerp() function
332 bilerp(u, v, Sk4f::Load(cornerColors[kTopLeft_Corner].vec()), in MakeVertices()
340 texs[dataIndex] = SkPoint::Make(bilerp(u, v, srcTexCoords[kTopLeft_Corner].x(), in MakeVertices()
344 bilerp(u, v, srcTexCoords[kTopLeft_Corner].y(), in MakeVertices()
/external/skia/src/opts/
DSkBitmapProcState_opts.h56 auto bilerp = [&](skvx::Vec<8,uint32_t> packed_x_coordinates) -> skvx::Vec<8,uint32_t> { in S32_alpha_D32_filter_DX()
153 bilerp(skvx::Vec<8,uint32_t>::Load(xy)).store(colors); in S32_alpha_D32_filter_DX()
163 bilerp(skvx::bit_pun<skvx::Vec<8,uint32_t>>(coords)).store(&pixels); in S32_alpha_D32_filter_DX()
/external/skqp/resources/lua/
Dslides_content2.lua54 - Bitmap scaling : bilerp, mipmaps, fancy
/external/skqp/platform_tools/android/apps/skqp/src/main/assets/resources/lua/
Dslides_content2.lua54 - Bitmap scaling : bilerp, mipmaps, fancy
/external/skqp/src/gpu/effects/
DGrTextureDomain.cpp371 bool bilerp = modeX != GrTextureDomain::kRepeat_Mode && modeY != GrTextureDomain::kRepeat_Mode ? in TestCreate() local
379 GrSamplerState(GrSamplerState::WrapMode::kClamp, bilerp ? in TestCreate()
/external/skqp/docs/
Dundocumented.bmh321 #Substitute bilerp filter
/external/skqp/site/user/api/
DSkPixmap_Reference.md1845 <a href='undocumented#Bilerp'>bilerp filter</a>. <a href='undocumented#kMedium_SkFilterQuality'>kMe…
1846 <a href='undocumented#Bilerp'>bilerp filter</a>, and <a href='undocumented#MipMap'>mip-map filter<…
DSkImage_Reference.md2168 <a href='undocumented#Bilerp'>bilerp filter</a>. <a href='undocumented#kMedium_SkFilterQuality'>kMe…
2169 <a href='undocumented#Bilerp'>bilerp filter</a>, and <a href='undocumented#MipMap'>mip-map filter<…