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

  /external/chromium_org/cc/resources/
scoped_ui_resource.cc 35 UIResourceBitmap ScopedUIResource::GetBitmap(UIResourceId uid,
ui_resource_request.h 34 UIResourceBitmap GetBitmap() const {
  /external/chromium_org/cc/test/
fake_scoped_ui_resource.cc 34 UIResourceBitmap FakeScopedUIResource::GetBitmap(UIResourceId uid,
39 return ScopedUIResource::GetBitmap(uid, resource_lost);
  /external/chromium_org/chrome/browser/android/thumbnail/
thumbnail.cc 82 cc::UIResourceBitmap Thumbnail::GetBitmap(cc::UIResourceId uid,
90 // Return a place holder for all other calls to GetBitmap.
  /external/chromium_org/content/browser/android/
composited_touch_handle_drawable.cc 53 const SkBitmap& GetBitmap(TouchHandleOrientation orientation) {
106 const SkBitmap& bitmap = g_selection_resources.Get().GetBitmap(orientation);
  /external/chromium_org/skia/ext/
platform_canvas.h 176 const SkBitmap& GetBitmap() { return bitmap_; }
  /external/chromium_org/third_party/ots/test/
side-by-side.cc 73 int GetBitmap(FT_Library library, FT_Outline *outline, FT_Bitmap *bitmap) {
155 ret = GetBitmap(library, outline, &orig_bitmap);
165 ret = GetBitmap(library, outline, &trans_bitmap);
  /external/chromium_org/ui/gfx/image/
image_skia.cc 475 SkBitmap& ImageSkia::GetBitmap() const {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
iedial.h 155 virtual HRESULT WINAPI GetBitmap(DWORD dwIndex,HBITMAP *phBitmap) = 0;
164 HRESULT (WINAPI *GetBitmap)(IDialBranding *This,DWORD dwIndex,HBITMAP *phBitmap);
175 #define IDialBranding_GetBitmap(This,dwIndex,phBitmap) (This)->lpVtbl->GetBitmap(This,dwIndex,phBitmap)
  /external/pdfium/core/include/fxge/
fx_ge.h 365 CFX_DIBitmap* GetBitmap() const
fx_dib.h 503 CFX_DIBitmap* GetBitmap()
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_loadimage.cpp 146 CFX_DIBitmap* CPDF_DIBSource::GetBitmap() const
    [all...]
render_int.h 308 CFX_DIBitmap* GetBitmap() const
392 CFX_DIBitmap* GetBitmap() const;

Completed in 297 milliseconds