OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SetPixels
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/cc/resources/
prioritized_resource.cc
77
void PrioritizedResource::
SetPixels
(ResourceProvider* resource_provider,
86
resource_provider->
SetPixels
(
resource_provider_unittest.cc
214
SetPixels
(0, 0, width, height, pixels);
235
SetPixels
(xoffset, yoffset, width, height, pixels);
295
void
SetPixels
(int xoffset,
546
resource_provider->
SetPixels
(id, data, rect, rect, gfx::Vector2d());
575
resource_provider_->
SetPixels
(
585
resource_provider_->
SetPixels
(
596
resource_provider_->
SetPixels
(
607
resource_provider_->
SetPixels
(
619
resource_provider_->
SetPixels
(
643
child_resource_provider_->
SetPixels
(id1, data1, rect, rect, gfx::Vector2d())
[
all
...]
resource_provider.cc
585
void ResourceProvider::
SetPixels
(ResourceId id,
619
src_full.
setPixels
(const_cast<uint8_t*>(image));
731
// Uninitialized! Call
SetPixels
or LockForWrite first.
851
sk_bitmap->
setPixels
(resource->pixels);
[
all
...]
/frameworks/base/core/jni/android/graphics/
Bitmap.cpp
27
// Conversions to/from SkColor, for get/
setPixels
, and the create method, which
28
// is basically like
setPixels
114
bool GraphicsJNI::
SetPixels
(JNIEnv* env, jintArray srcColors, int srcOffset, int srcStride,
316
GraphicsJNI::
SetPixels
(env, jColors, offset, stride,
352
bitmap->
setPixels
(NULL, NULL);
679
GraphicsJNI::
SetPixels
(env, pixelArray, offset, stride,
Completed in 51 milliseconds