Searched refs:mB (Results 1 - 8 of 8) sorted by relevance
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/ |
H A D | Color.java | 11 private float mR, mG, mB, mA; field in Color 16 mB = b; in Color() 32 mB = ((color) & 0xff) / 255.f; in Color() 37 public float b() { return mB; } in b() 42 public void setB(float b) { mB = b; } in setB()
|
/third_party/skia/modules/androidkit/src/ |
H A D | Matrix.cpp | 56 * mB = reinterpret_cast<SkM44*>(native_matrixB); mA && mB) { in Matrix_PreConcat() 57 mA->preConcat(*mB); in Matrix_PreConcat() 81 * mB = reinterpret_cast<SkM44*>(native_matrixB); mA && mB) { in Matrix_Concat() 82 return reinterpret_cast<jlong>(new SkM44(*mA, *mB)); in Matrix_Concat()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
H A D | template.hpp | 20 B<unsigned int> mB; member
|
/third_party/skia/src/core/ |
H A D | SkColorSpace.cpp | 28 static bool xyz_almost_equal(const skcms_Matrix3x3& mA, const skcms_Matrix3x3& mB) { in xyz_almost_equal() argument 31 if (!color_space_almost_equal(mA.vals[r][c], mB.vals[r][c])) { in xyz_almost_equal()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_fieldmatch.c | 473 enum { mP, mC, mN, mB, mU }; enumerator 482 if (match == mP || match == mB) return fm->prv; in select_frame() 641 case mB: copy_fields(fm, dst, src, field, input); copy_fields(fm, dst, prv, 1-field, input); break; in create_weave_frame() 674 static const int fxo0m[] = { mP, mC, mN, mB, mU }; 675 static const int fxo1m[] = { mN, mC, mP, mU, mB }; 781 match = checkmm(ctx, combs, match, fxo[mB], gen_frames, field); in filter_frame() 789 match = checkmm(ctx, combs, match, fxo[mB], gen_frames, field); in filter_frame()
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | rescaler_sse2.c | 254 const __m128i mB = _mm_set_epi32(0, B, 0, B); in RescalerExportRowExpand_SSE2() local 259 LoadDispatchAndMult_SSE2(irow + x_out, &mB, &B0, &B1, &B2, &B3); in RescalerExportRowExpand_SSE2()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | template.rs | 52 pub mB: B<::std::os::raw::c_uint>, 85 unsafe { ::std::ptr::addr_of!((*ptr).mB) as usize - ptr as usize }, in bindgen_test_layout_C() 87 concat!("Offset of field: ", stringify!(C), "::", stringify!(mB)) in bindgen_test_layout_C()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |
Completed in 29 milliseconds