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

  /external/webkit/Source/WebCore/platform/graphics/texmap/
TextureMapperNode.h 141 void paintSurface(const TexmapPaintOptions& options);
TextureMapperNode.cpp 549 void TextureMapperNode::paintSurface(const TexmapPaintOptions& options)
679 paintSurface(options);
  /development/samples/BrowserPlugin/jni/paint/
PaintPlugin.cpp 238 const char* className = "com.android.sampleplugin.PaintSurface";
251 jobject paintSurface = env->NewObject(paintClass, constructor, m_context, (int)inst(), pW, pH);
253 if(!paintSurface) {
258 m_surface = env->NewGlobalRef(paintSurface);

Completed in 1298 milliseconds