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

  /external/chromium_org/ppapi/utility/graphics/
paint_manager.cc 14 PaintManager::PaintManager()
27 PaintManager::PaintManager(Instance* instance,
45 PaintManager::~PaintManager() {
48 void PaintManager::Initialize(Instance* instance,
57 void PaintManager::SetSize(const Size& new_size) {
67 void PaintManager::Invalidate() {
75 void PaintManager::InvalidateRect(const Rect& rect)
    [all...]
paint_manager.h 37 /// class MyClass : public pp::Instance, public PaintManager::Client {
53 /// // Implementation of PaintManager::Client
66 /// pp::PaintManager paint_manager_;
69 class PaintManager {
84 /// <code>PaintManager</code> needs to handle the callback.
107 /// Default constructor for creating an is_null() <code>PaintManager</code>
110 PaintManager();
112 /// A constructor to create a new <code>PaintManager</code> with an instance
140 PaintManager(Instance* instance, Client* client, bool is_always_opaque);
143 ~PaintManager();
    [all...]
  /external/chromium_org/pdf/
paint_manager.h 21 // Custom PaintManager for the PDF plugin. This is branched from the Pepper
28 class PaintManager {
67 // PaintManager needs to handle the callback.
102 PaintManager(pp::Instance* instance, Client* client, bool is_always_opaque);
104 ~PaintManager();
147 PaintManager(const PaintManager&);
148 PaintManager& operator=(const PaintManager&);
173 pp::CompletionCallbackFactory<PaintManager> callback_factory_
    [all...]
paint_manager.cc 14 PaintManager::PaintManager(pp::Instance* instance,
38 PaintManager::~PaintManager() {
42 pp::Size PaintManager::GetNewContextSize(const pp::Size& current_context_size,
76 void PaintManager::Initialize(pp::Instance* instance,
85 void PaintManager::SetSize(const pp::Size& new_size, float device_scale) {
99 void PaintManager::Invalidate() {
107 void PaintManager::InvalidateRect(const pp::Rect& rect) {
122 void PaintManager::ScrollRect(const pp::Rect& clip_rect
    [all...]
out_of_process_instance.h 43 public PaintManager::Client,
63 // pp::PaintManager::Client implementation.
65 std::vector<PaintManager::ReadyRect>* ready,
237 PaintManager paint_manager_;
instance.h 54 public PaintManager::Client,
76 // pp::PaintManager::Client implementation.
78 std::vector<PaintManager::ReadyRect>* ready,
116 std::vector<PaintManager::ReadyRect>* ready,
247 std::vector<PaintManager::ReadyRect>* ready);
409 PaintManager paint_manager_;
out_of_process_instance.cc 519 pp::Size new_image_data_size = PaintManager::GetNewContextSize(
614 std::vector<PaintManager::ReadyRect>* ready,
628 ready->push_back(PaintManager::ReadyRect(rect, image_data_, true));
654 PaintManager::ReadyRect(pdf_ready[j], image_data_, false));
667 PaintManager::ReadyRect(intersection, image_data_, false));
    [all...]
instance.cc 766 std::vector<PaintManager::ReadyRect>* ready,
780 ready->push_back(PaintManager::ReadyRect(rect, image_data_, true));
805 PaintManager::ReadyRect(pdf_ready[j], image_data_, false));
818 PaintManager::ReadyRect(intersection, image_data_, false));
876 std::vector<PaintManager::ReadyRect>* ready) {
892 ready->push_back(PaintManager::ReadyRect(*iter, *image_data, false));
917 std::vector<PaintManager::ReadyRect>* ready,
    [all...]
  /external/chromium_org/ppapi/examples/2d/
scroll.cc 35 class MyInstance : public pp::Instance, public pp::PaintManager::Client {
65 // PaintManager::Client implementation.
101 pp::PaintManager paint_manager_;
paint_manager_example.cc 40 class MyInstance : public pp::Instance, public pp::PaintManager::Client {
80 // PaintManager::Client implementation.
143 pp::PaintManager paint_manager_;
  /external/chromium_org/tools/perf/page_sets/tough_pepper_cases/extra_data/
touch_drawing_plugin.cc 52 class MyInstance : public pp::Instance, public pp::PaintManager::Client {
97 // PaintManager::Client implementation.
124 pp::PaintManager paint_manager_;
  /external/chromium_org/ppapi/examples/input/
pointer_event_input.cc 40 class MyInstance : public pp::Instance, public pp::PaintManager::Client {
98 // PaintManager::Client implementation.
161 pp::PaintManager paint_manager_;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 

Completed in 213 milliseconds