OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bitmapsource
(Results
1 - 14
of
14
) sorted by null
/external/skia/gm/
bitmapsource.cpp
21
return SkString("
bitmapsource
");
61
SkAutoTUnref<SkImageFilter>
bitmapSource
(new SkBitmapSource(fBitmap));
67
fillRectFiltered(canvas, clipRect,
bitmapSource
);
imagefiltersgraph.cpp
124
SkAutoTUnref<SkImageFilter>
bitmapSource
(new SkBitmapSource(fBitmap));
127
SkAutoTUnref<SkImageFilter> blur(new SkBlurImageFilter(4.0f, 4.0f,
bitmapSource
));
Android.mk
37
bitmapsource
.cpp \
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
BitmapSource.java
37
public class
BitmapSource
extends Filter {
54
public
BitmapSource
(String name) {
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
WallpaperCropActivity.java
49
import com.android.photos.BitmapRegionTileSource.
BitmapSource
;
116
final BitmapRegionTileSource.UriBitmapSource
bitmapSource
=
121
if (
bitmapSource
.getLoadingState() !=
BitmapSource
.State.LOADED) {
131
setCropViewTileSource(
bitmapSource
, true, false, onLoad);
135
final BitmapRegionTileSource.
BitmapSource
bitmapSource
, final boolean touchEnabled,
142
bitmapSource
.loadInBackground();
149
if (
bitmapSource
.getLoadingState() ==
BitmapSource
.State.LOADED)
[
all
...]
/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
WallpaperCropActivity.java
49
import com.android.photos.BitmapRegionTileSource.
BitmapSource
;
118
final BitmapRegionTileSource.UriBitmapSource
bitmapSource
=
123
if (
bitmapSource
.getLoadingState() !=
BitmapSource
.State.LOADED) {
133
setCropViewTileSource(
bitmapSource
, true, false, onLoad);
137
final BitmapRegionTileSource.
BitmapSource
bitmapSource
, final boolean touchEnabled,
144
bitmapSource
.loadInBackground();
151
if (
bitmapSource
.getLoadingState() ==
BitmapSource
.State.LOADED)
[
all
...]
SavedWallpaperImages.java
63
BitmapRegionTileSource.FilePathBitmapSource
bitmapSource
=
65
a.setCropViewTileSource(
bitmapSource
, false, true, null);
WallpaperPickerActivity.java
73
import com.android.photos.BitmapRegionTileSource.
BitmapSource
;
154
mBitmapSource.getLoadingState() ==
BitmapSource
.State.LOADED) {
209
BitmapRegionTileSource.ResourceBitmapSource
bitmapSource
=
212
bitmapSource
.loadInBackground();
213
BitmapRegionTileSource source = new BitmapRegionTileSource(a,
bitmapSource
);
325
public void setCropViewTileSource(
BitmapSource
bitmapSource
,
339
super.setCropViewTileSource(
bitmapSource
,
[
all
...]
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/
BitmapRegionTileSource.java
160
public static abstract class
BitmapSource
{
167
public
BitmapSource
(int previewSize) {
226
public static class FilePathBitmapSource extends
BitmapSource
{
257
public static class UriBitmapSource extends
BitmapSource
{
322
public static class ResourceBitmapSource extends
BitmapSource
{
378
public BitmapRegionTileSource(Context context,
BitmapSource
source) {
500
private Bitmap decodePreview(
BitmapSource
source, int targetSize) {
/packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/
BitmapRegionTileSource.java
158
public static abstract class
BitmapSource
{
165
public
BitmapSource
(int previewSize) {
224
public static class FilePathBitmapSource extends
BitmapSource
{
258
public static class UriBitmapSource extends
BitmapSource
{
326
public static class ResourceBitmapSource extends
BitmapSource
{
382
public BitmapRegionTileSource(Context context,
BitmapSource
source) {
504
private Bitmap decodePreview(
BitmapSource
source, int targetSize) {
/external/chromium_org/third_party/skia/src/ports/
SkImageDecoder_WIC.cpp
172
//Get the
BitmapSource
interface of the frame.
222
//Get the
BitmapSource
interface of the format converter.
/external/skia/src/ports/
SkImageDecoder_WIC.cpp
172
//Get the
BitmapSource
interface of the frame.
222
//Get the
BitmapSource
interface of the format converter.
/external/chromium_org/third_party/skia/gyp/
gmslides.gypi
24
'../gm/
bitmapsource
.cpp',
/external/skia/gyp/
gmslides.gypi
24
'../gm/
bitmapsource
.cpp',
Completed in 421 milliseconds