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

  /external/skia/src/core/
SkBitmapProcState_matrix.h 66 const SkFixed fixedFx = SkFractionalIntToFixed(fx);
68 if (can_truncate_to_fixed_for_decal(fixedFx, fixedDx, count, maxX)) {
69 decal_filter_scale(xy, fixedFx, fixedDx, count);
74 SkFixed fixedFx = SkFractionalIntToFixed(fx);
75 *xy++ = PACK_FILTER_X_NAME(fixedFx, maxX, one PREAMBLE_ARG_X);
SkBitmapProcState_matrix_template.h 40 const SkFixed fixedFx = SkFractionalIntToFixed(fx);
43 if (can_truncate_to_fixed_for_decal(fixedFx, fixedDx, count, maxX)) {
44 decal_nofilter_scale(xy, fixedFx, fixedDx, count);
  /external/skqp/src/core/
SkBitmapProcState_matrix.h 66 const SkFixed fixedFx = SkFractionalIntToFixed(fx);
68 if (can_truncate_to_fixed_for_decal(fixedFx, fixedDx, count, maxX)) {
69 decal_filter_scale(xy, fixedFx, fixedDx, count);
74 SkFixed fixedFx = SkFractionalIntToFixed(fx);
75 *xy++ = PACK_FILTER_X_NAME(fixedFx, maxX, one PREAMBLE_ARG_X);
SkBitmapProcState_matrix_template.h 40 const SkFixed fixedFx = SkFractionalIntToFixed(fx);
43 if (can_truncate_to_fixed_for_decal(fixedFx, fixedDx, count, maxX)) {
44 decal_nofilter_scale(xy, fixedFx, fixedDx, count);
  /external/skia/src/opts/
SkBitmapProcState_matrix_neon.h 53 const SkFixed fixedFx = SkFractionalIntToFixed(fx);
55 if (can_truncate_to_fixed_for_decal(fixedFx, fixedDx, count, maxX)) {
56 decal_nofilter_scale_neon(xy, fixedFx, fixedDx, count);
188 const SkFixed fixedFx = SkFractionalIntToFixed(fx);
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 53 const SkFixed fixedFx = SkFractionalIntToFixed(fx);
55 if (can_truncate_to_fixed_for_decal(fixedFx, fixedDx, count, maxX)) {
56 decal_nofilter_scale_neon(xy, fixedFx, fixedDx, count);
188 const SkFixed fixedFx = SkFractionalIntToFixed(fx);
190 if (can_truncate_to_fixed_for_decal(fixedFx, fixedDx, count, maxX)) {
191 decal_filter_scale_neon(xy, fixedFx, fixedDx, count);

Completed in 64 milliseconds