HomeSort by relevance Sort by last modified time
    Searched refs:fixedDx (Results 1 - 6 of 6) sorted by null

  /external/skia/src/core/
SkBitmapProcState_matrix_template.h 41 const SkFixed fixedDx = SkFractionalIntToFixed(dx);
43 if (can_truncate_to_fixed_for_decal(fixedFx, fixedDx, count, maxX)) {
44 decal_nofilter_scale(xy, fixedFx, fixedDx, count);
SkBitmapProcState_matrix.h 67 const SkFixed fixedDx = SkFractionalIntToFixed(dx);
68 if (can_truncate_to_fixed_for_decal(fixedFx, fixedDx, count, maxX)) {
69 decal_filter_scale(xy, fixedFx, fixedDx, count);
  /external/skqp/src/core/
SkBitmapProcState_matrix_template.h 41 const SkFixed fixedDx = SkFractionalIntToFixed(dx);
43 if (can_truncate_to_fixed_for_decal(fixedFx, fixedDx, count, maxX)) {
44 decal_nofilter_scale(xy, fixedFx, fixedDx, count);
SkBitmapProcState_matrix.h 67 const SkFixed fixedDx = SkFractionalIntToFixed(dx);
68 if (can_truncate_to_fixed_for_decal(fixedFx, fixedDx, count, maxX)) {
69 decal_filter_scale(xy, fixedFx, fixedDx, count);
  /external/skia/src/opts/
SkBitmapProcState_matrix_neon.h 54 const SkFixed fixedDx = SkFractionalIntToFixed(dx);
55 if (can_truncate_to_fixed_for_decal(fixedFx, fixedDx, count, maxX)) {
56 decal_nofilter_scale_neon(xy, fixedFx, fixedDx, count);
189 const SkFixed fixedDx = SkFractionalIntToFixed(dx);
190 if (can_truncate_to_fixed_for_decal(fixedFx, fixedDx, count, maxX)) {
191 decal_filter_scale_neon(xy, fixedFx, fixedDx, count);
  /external/skqp/src/opts/
SkBitmapProcState_matrix_neon.h 54 const SkFixed fixedDx = SkFractionalIntToFixed(dx);
55 if (can_truncate_to_fixed_for_decal(fixedFx, fixedDx, count, maxX)) {
56 decal_nofilter_scale_neon(xy, fixedFx, fixedDx, count);
189 const SkFixed fixedDx = SkFractionalIntToFixed(dx);
190 if (can_truncate_to_fixed_for_decal(fixedFx, fixedDx, count, maxX)) {
191 decal_filter_scale_neon(xy, fixedFx, fixedDx, count);

Completed in 94 milliseconds