/third_party/skia/src/core/ |
H A D | SkBBHFactory.cpp | 15 void SkBBoxHierarchy::insert(const SkRect rects[], const Metadata[], int N) { in insert() argument
|
H A D | SkMaskCache.cpp | 166 FindAndRef(SkScalar sigma, SkBlurStyle style, const SkRect rects[], int count, SkMask* mask, SkResourceCache* localCache) FindAndRef() argument 180 Add(SkScalar sigma, SkBlurStyle style, const SkRect rects[], int count, const SkMask& mask, SkCachedData* data, SkResourceCache* localCache) Add() argument [all...] |
/third_party/skia/docs/examples/ |
H A D | Region_setRects.cpp | 7 SkIRect rects[] = { {10, 10, 40, 40}, {20, 20, 50, 50}, {30, 30, 60, 60} }; in REG_FIDDLE() local
|
H A D | Region_quickReject_2.cpp | 9 SkIRect rects[] = {{4, 2, 5, 3}, {7, 2, 8, 3}}; in REG_FIDDLE() local
|
H A D | Region_Iterator_rgn.cpp | 8 SkIRect rects[] = {{1, 2, 3, 4}, {3, 4, 5, 6}}; in REG_FIDDLE() local
|
H A D | Region_translate_2.cpp | 8 SkIRect rects[] = {{40, 20, 50, 30}, {70, 40, 80, 50}, { 60, 10, 70, 20}}; in REG_FIDDLE() local
|
H A D | Region_translate.cpp | 8 SkIRect rects[] = {{40, 20, 50, 30}, {70, 40, 80, 50}, { 60, 10, 70, 20}}; in REG_FIDDLE() local
|
H A D | Region_Cliperator_next.cpp | 8 SkIRect rects[] = {{1, 2, 3, 4}, {5, 6, 7, 8}}; in REG_FIDDLE() local
|
H A D | Region_Iterator_next.cpp | 8 SkIRect rects[] = {{1, 2, 3, 4}, {5, 6, 7, 8}}; in REG_FIDDLE() local
|
H A D | Matrix_ScaleToFit.cpp | 9 SkRect rects[] = {{5, 5, 59, 59}, {5, 74, 59, 108}, {10, 123, 44, 172}, {10, 187, 54, 231}}; in REG_FIDDLE() local
|
/third_party/skia/tests/ |
H A D | FlattenableFactoryToName.cpp | 29 SkIRect rects[2]; in DEF_TEST() local
|
H A D | GpuRectanizerTest.cpp | 45 static void test_skyline(skiatest::Reporter* reporter, const SkTDArray<SkISize>& rects) { in test_skyline() argument 52 static void test_pow2(skiatest::Reporter* reporter, const SkTDArray<SkISize>& rects) { in test_pow2() argument 60 SkTDArray<SkISize> rects; in DEF_GPUTEST() local 31 test_rectanizer_inserts(skiatest::Reporter*, GrRectanizer* rectanizer, const SkTDArray<SkISize>& rects) test_rectanizer_inserts() argument [all...] |
H A D | RTreeTest.cpp | 28 static bool verify_query(SkRect query, SkRect rects[], const std::vector<int>& found) { in verify_query() argument 46 static void run_queries(skiatest::Reporter* reporter, SkRandom& rand, SkRect rects[], in run_queries() argument [all...] |
H A D | MaskCacheTest.cpp | 74 SkRect rects[2] = {rect}; in DEF_TEST() local
|
H A D | ClearTest.cpp | 322 const SkRect rects[2] = { in fullscreen_clear_with_layer_test() local
|
/third_party/skia/bench/graphite/ |
H A D | IntersectionTreeBench.cpp | 30 SkTArray<SkRect> rects; variable 50 Rect* rects = fRects; in doBench() local [all...] |
/third_party/skia/gm/ |
H A D | drawatlascolor.cpp | 132 SkRect rects[numColors]; variable
|
H A D | imagealphathreshold.cpp | 46 SkIRect rects[2]; in create_filter_paint() local 195 SkIRect rects[2]; in DEF_SIMPLE_GM_BG() local
|
/third_party/ffmpeg/libavcodec/ |
H A D | ass.c | 121 AVSubtitleRect **rects = sub->rects, *rect; in ff_ass_add_rect2() local
|
H A D | dvdsubenc.c | 259 int i, rects = h->num_rects, ret; in encode_dvd_subtitles() local [all...] |
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_stateobj.h | 67 unsigned rects; member
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_stateobj.h | 66 unsigned rects; member
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_meta_fmask_copy.c | 247 radv_can_use_fmask_copy(struct radv_cmd_buffer *cmd_buffer, const struct radv_image *src_image, const struct radv_image *dst_image, unsigned num_rects, const struct radv_meta_blit2d_rect *rects) radv_can_use_fmask_copy() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | SurfaceImpl.cpp | 28 swapWithDamage(const gl::Context *context, const EGLint *rects, EGLint n_rects) swapWithDamage() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/ |
H A D | SurfaceEGL.cpp | 49 swapWithDamage(const gl::Context *context, const EGLint *rects, EGLint n_rects) swapWithDamage() argument
|