Searched defs:toggle (Results 51 - 62 of 62) sorted by relevance

123

/external/chromium_org/third_party/skia/src/effects/gradients/
H A DSkLinearGradient.cpp118 *dstC++ = cache[toggle + fi]; \
119 toggle = next_dither_toggle(toggle); \
126 int toggle, int count);
134 int toggle, int count) {
142 int index0 = fi + toggle;
157 int toggle, int count) {
163 cache[toggle + range.fV0],
164 cache[next_dither_toggle(toggle) + range.fV0],
185 cache[toggle
131 shadeSpan_linear_vertical_lerp(TileProc proc, SkFixed dx, SkFixed fx, SkPMColor* SK_RESTRICT dstC, const SkPMColor* SK_RESTRICT cache, int toggle, int count) argument
154 shadeSpan_linear_clamp(TileProc proc, SkFixed dx, SkFixed fx, SkPMColor* SK_RESTRICT dstC, const SkPMColor* SK_RESTRICT cache, int toggle, int count) argument
191 shadeSpan_linear_mirror(TileProc proc, SkFixed dx, SkFixed fx, SkPMColor* SK_RESTRICT dstC, const SkPMColor* SK_RESTRICT cache, int toggle, int count) argument
204 shadeSpan_linear_repeat(TileProc proc, SkFixed dx, SkFixed fx, SkPMColor* SK_RESTRICT dstC, const SkPMColor* SK_RESTRICT cache, int toggle, int count) argument
229 int toggle = init_dither_toggle(x, y); local
325 shadeSpan16_linear_vertical(TileProc proc, SkFixed dx, SkFixed fx, uint16_t* SK_RESTRICT dstC, const uint16_t* SK_RESTRICT cache, int toggle, int count) argument
373 shadeSpan16_linear_mirror(TileProc proc, SkFixed dx, SkFixed fx, uint16_t* SK_RESTRICT dstC, const uint16_t* SK_RESTRICT cache, int toggle, int count) argument
416 int toggle = init_dither_toggle16(x, y); local
[all...]
H A DSkRadialGradient.cpp69 int toggle, int count);
74 int toggle, int count) {
98 *dstC++ = cache[toggle +
100 toggle = next_dither_toggle16(toggle);
110 *dstC++ = cache[toggle +
112 toggle = next_dither_toggle16(toggle);
120 int toggle, int count) {
125 *dstC++ = cache[toggle
71 shadeSpan16_radial_clamp(SkScalar sfx, SkScalar sdx, SkScalar sfy, SkScalar sdy, uint16_t* SK_RESTRICT dstC, const uint16_t* SK_RESTRICT cache, int toggle, int count) argument
118 shadeSpan16_radial(SkScalar fx, SkScalar dx, SkScalar fy, SkScalar dy, uint16_t* SK_RESTRICT dstC, const uint16_t* SK_RESTRICT cache, int toggle, int count) argument
132 shadeSpan16_radial_mirror(SkScalar fx, SkScalar dx, SkScalar fy, SkScalar dy, uint16_t* SK_RESTRICT dstC, const uint16_t* SK_RESTRICT cache, int toggle, int count) argument
138 shadeSpan16_radial_repeat(SkScalar fx, SkScalar dx, SkScalar fy, SkScalar dy, uint16_t* SK_RESTRICT dstC, const uint16_t* SK_RESTRICT cache, int toggle, int count) argument
183 int toggle = init_dither_toggle16(x, y); local
327 shadeSpan_radial_clamp(SkScalar sfx, SkScalar sdx, SkScalar sfy, SkScalar sdy, SkPMColor* SK_RESTRICT dstC, const SkPMColor* SK_RESTRICT cache, int count, int toggle) argument
390 shadeSpan_radial(SkScalar fx, SkScalar dx, SkScalar fy, SkScalar dy, SkPMColor* SK_RESTRICT dstC, const SkPMColor* SK_RESTRICT cache, int count, int toggle) argument
404 shadeSpan_radial_mirror(SkScalar fx, SkScalar dx, SkScalar fy, SkScalar dy, SkPMColor* SK_RESTRICT dstC, const SkPMColor* SK_RESTRICT cache, int count, int toggle) argument
410 shadeSpan_radial_repeat(SkScalar fx, SkScalar dx, SkScalar fy, SkScalar dy, SkPMColor* SK_RESTRICT dstC, const SkPMColor* SK_RESTRICT cache, int count, int toggle) argument
428 int toggle = init_dither_toggle(x, y); local
[all...]
/external/chromium_org/third_party/skia/src/utils/debugger/
H A DSkDebugCanvas.cpp608 void SkDebugCanvas::toggleCommand(int index, bool toggle) { argument
610 fCommandVector[index]->setVisible(toggle);
H A DSkDrawCommand.h37 void setVisible(bool toggle) { argument
38 fVisible = toggle;
/external/skia/experimental/Intersection/
H A DCubicIntersection_Test.cpp625 bool toggle = true; local
659 if ((toggle ^= true)) {
/external/skia/src/utils/debugger/
H A DSkDebugCanvas.cpp611 void SkDebugCanvas::toggleCommand(int index, bool toggle) { argument
613 fCommandVector[index]->setVisible(toggle);
H A DSkDrawCommand.h37 void setVisible(bool toggle) { argument
38 fVisible = toggle;
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c8387 Bit32u time, toggle; local
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 1241 milliseconds

123