HomeSort by relevance Sort by last modified time
    Searched defs:ASSIGN (Results 1 - 20 of 20) sorted by null

  /external/webkit/Source/WebKit/android/plugins/
ANPBitmapInterface.cpp 65 #define ASSIGN(obj, name) (obj)->name = anp_##name
70 ASSIGN(i, getPixelPacking);
ANPNativeWindowInterface.cpp 73 #define ASSIGN(obj, name) (obj)->name = anp_##name
78 ASSIGN(i, acquireNativeWindow);
79 ASSIGN(i, invertPluginContent);
ANPEventInterface.cpp 78 #define ASSIGN(obj, name) (obj)->name = anp_##name
83 ASSIGN(i, postEvent);
ANPVideoInterface.cpp 83 #define ASSIGN(obj, name) (obj)->name = anp_##name
88 ASSIGN(i, acquireNativeWindow);
89 ASSIGN(i, setWindowDimensions);
90 ASSIGN(i, releaseNativeWindow);
98 ASSIGN(i, setFramerateCallback);
ANPWindowInterface.cpp 90 #define ASSIGN(obj, name) (obj)->name = anp_##name
95 ASSIGN(i, setVisibleRects);
96 ASSIGN(i, clearVisibleRects);
97 ASSIGN(i, showKeyboard);
98 ASSIGN(i, requestFullScreen);
99 ASSIGN(i, exitFullScreen);
100 ASSIGN(i, requestCenterFitZoom);
108 ASSIGN(i, visibleRect);
116 ASSIGN(i, requestFullScreenOrientation);
ANPPathInterface.cpp 93 #define ASSIGN(obj, name) (obj)->name = anp_##name
98 ASSIGN(i, newPath);
99 ASSIGN(i, deletePath);
100 ASSIGN(i, copy);
101 ASSIGN(i, equal);
102 ASSIGN(i, reset);
103 ASSIGN(i, isEmpty);
104 ASSIGN(i, getBounds);
105 ASSIGN(i, moveTo);
106 ASSIGN(i, lineTo)
    [all...]
ANPTypefaceInterface.cpp 91 #define ASSIGN(obj, name) (obj)->name = anp_##name
96 ASSIGN(i, createFromName);
97 ASSIGN(i, createFromTypeface);
98 ASSIGN(i, getRefCount);
99 ASSIGN(i, ref);
100 ASSIGN(i, unref);
101 ASSIGN(i, getStyle);
102 ASSIGN(i, getFontPath);
103 ASSIGN(i, getFontDirectoryPath);
ANPMatrixInterface.cpp 143 #define ASSIGN(obj, name) (obj)->name = anp_##name
148 ASSIGN(i, newMatrix);
149 ASSIGN(i, deleteMatrix);
150 ASSIGN(i, getFlags);
151 ASSIGN(i, copy);
152 ASSIGN(i, get3x3);
153 ASSIGN(i, set3x3);
154 ASSIGN(i, setIdentity);
155 ASSIGN(i, preTranslate);
156 ASSIGN(i, postTranslate)
    [all...]
ANPSurfaceInterface.cpp 164 #define ASSIGN(obj, name) (obj)->name = anp_##name
169 ASSIGN(i, lock);
170 ASSIGN(i, unlock);
ANPCanvasInterface.cpp 168 #define ASSIGN(obj, name) (obj)->name = anp_##name
173 ASSIGN(i, newCanvas);
174 ASSIGN(i, deleteCanvas);
175 ASSIGN(i, save);
176 ASSIGN(i, restore);
177 ASSIGN(i, translate);
178 ASSIGN(i, scale);
179 ASSIGN(i, rotate);
180 ASSIGN(i, skew);
181 ASSIGN(i, clipRect)
    [all...]
ANPPaintInterface.cpp 176 #define ASSIGN(obj, name) (obj)->name = anp_##name
181 ASSIGN(i, newPaint);
182 ASSIGN(i, deletePaint);
183 ASSIGN(i, getFlags);
184 ASSIGN(i, setFlags);
185 ASSIGN(i, getColor);
186 ASSIGN(i, setColor);
187 ASSIGN(i, getStyle);
188 ASSIGN(i, setStyle);
189 ASSIGN(i, getStrokeWidth)
    [all...]
ANPSystemInterface.cpp 139 #define ASSIGN(obj, name) (obj)->name = anp_##name
144 ASSIGN(i, getApplicationDataDirectory);
145 ASSIGN(i, loadJavaClass);
153 ASSIGN(i, setPowerState);
  /bionic/libc/regex/
regexec.c 62 #define ASSIGN(d, s) ((d) = (s))
88 #undef ASSIGN
109 #define ASSIGN(d, s) memcpy(d, s, m->g->nstates)
  /external/llvm/lib/Support/
regexec.c 64 #define ASSIGN(d, s) ((d) = (s))
90 #undef ASSIGN
111 #define ASSIGN(d, s) memmove(d, s, m->g->nstates)
  /ndk/sources/host-tools/ndk-stack/regex/
regexec.c 62 #define ASSIGN(d, s) ((d) = (s))
88 #undef ASSIGN
109 #define ASSIGN(d, s) memcpy(d, s, m->g->nstates)
  /frameworks/base/media/libstagefright/include/
AwesomePlayer.h 297 ASSIGN
  /cts/tools/signature-tools/lib/
stringtemplate.jar 
antlr-2.7.7.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilt/common/jython/
jython.jar 

Completed in 841 milliseconds