Home
last modified time | relevance | path

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

/external/skia/src/gpu/graphite/render/
DPerEdgeAAQuadRenderStep.cpp151 static constexpr uint16_t kBL = 3 * kCornerVertexCount; in write_index_buffer() local
DAnalyticRRectRenderStep.cpp284 static constexpr uint16_t kBL = 3 * kCornerVertexCount; in write_index_buffer() local
/external/iamf_tools/iamf/cli/
Dchannel_label.h96 kBL, enumerator
/external/skia/tools/viewer/
DGraphitePrimitivesSlide.cpp289 static const uint16_t kBL = 3*std::size(kCornerTemplate); variable
/external/skia/gm/
Dcompositor_quads.cpp278 static constexpr int kBL = 3; // Bottom-left point index in points array in clipTile() local
/external/skia/tests/
DGrClipStackTest.cpp1627 static const SkRect kBL = {0.f, kN, 2.f * kN, 3.f * kN}; in DEF_TEST() local
/external/libchrome-gestures/src/
Dimmediate_interpreter_unittest.cc1669 constexpr unsigned kBL = GESTURES_BUTTON_LEFT; variable