Home
last modified time | relevance | path

Searched defs:kBR (Results 1 – 7 of 7) sorted by relevance

/external/skia/src/gpu/graphite/render/
DPerEdgeAAQuadRenderStep.cpp150 static constexpr uint16_t kBR = 2 * kCornerVertexCount; in write_index_buffer() local
DAnalyticRRectRenderStep.cpp283 static constexpr uint16_t kBR = 2 * kCornerVertexCount; in write_index_buffer() local
/external/iamf_tools/iamf/cli/
Dchannel_label.h97 kBR, enumerator
/external/skia/tools/viewer/
DGraphitePrimitivesSlide.cpp286 static const uint16_t kBR = 0*std::size(kCornerTemplate); variable
/external/skia/gm/
Dcompositor_quads.cpp277 static constexpr int kBR = 2; // Bottom-right point index in points array in clipTile() local
/external/skia/tests/
DGrClipStackTest.cpp1628 static const SkRect kBR = {kN, kN, 3.f * kN, 3.f * kN}; in DEF_TEST() local
/external/libchrome-gestures/src/
Dimmediate_interpreter_unittest.cc1671 constexpr unsigned kBR = GESTURES_BUTTON_RIGHT; variable