OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkDebugDumpMathematica
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/include/utils/
SkDebugUtils.h
20
inline void
SkDebugDumpMathematica
( const T val ) {
21
SkDEBUGFAIL("Need to specialize
SkDebugDumpMathematica
for your type, sorry.");
25
inline void
SkDebugDumpMathematica
(const char *name, const T *array, int size) {
29
SkDebugDumpMathematica
<T>(array[i]);
36
inline void
SkDebugDumpMathematica
(const char *name, const T *array, int width, int height) {
42
SkDebugDumpMathematica
<T>(array[i*width + j]);
56
inline void
SkDebugDumpMathematica
( const char *name, const T val ) {
59
SkDebugDumpMathematica
<T>(val);
64
inline void
SkDebugDumpMathematica
<uint8_t>( const uint8_t val ) {
69
inline void
SkDebugDumpMathematica
<unsigned int>( const unsigned int val )
[
all
...]
/external/skia/include/utils/
SkDebugUtils.h
20
inline void
SkDebugDumpMathematica
( const T val ) {
21
SkDEBUGFAIL("Need to specialize
SkDebugDumpMathematica
for your type, sorry.");
25
inline void
SkDebugDumpMathematica
(const char *name, const T *array, int size) {
29
SkDebugDumpMathematica
<T>(array[i]);
36
inline void
SkDebugDumpMathematica
(const char *name, const T *array, int width, int height) {
42
SkDebugDumpMathematica
<T>(array[i*width + j]);
56
inline void
SkDebugDumpMathematica
( const char *name, const T val ) {
59
SkDebugDumpMathematica
<T>(val);
64
inline void
SkDebugDumpMathematica
<uint8_t>( const uint8_t val ) {
69
inline void
SkDebugDumpMathematica
<unsigned int>( const unsigned int val )
[
all
...]
Completed in 528 milliseconds