HomeSort by relevance Sort by last modified time
    Searched refs:representation (Results 26 - 50 of 149) sorted by null

12 3 4 5 6

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterPointRepresentation.java 35 FilterPointRepresentation representation = (FilterPointRepresentation) super local
37 representation.mCandidates = (Vector<FilterPoint>) mCandidates.clone();
38 return representation;
68 FilterPointRepresentation representation = (FilterPointRepresentation) a; local
70 for (FilterPoint redEyeCandidate : representation.mCandidates) {
FilterDrawRepresentation.java 78 FilterDrawRepresentation representation = (FilterDrawRepresentation) super.clone(); local
79 return representation;
90 FilterDrawRepresentation representation = (FilterDrawRepresentation) a; local
92 if (representation.mCurrent != null) {
93 mCurrent = (StrokeData) representation.mCurrent.clone();
97 if (representation.mDrawing != null) {
98 mDrawing = (Vector<StrokeData>) representation.mDrawing.clone();
112 public boolean equals(FilterRepresentation representation) {
113 if (!super.equals(representation)) {
116 if (representation instanceof FilterDrawRepresentation)
    [all...]
FilterVignetteRepresentation.java 56 FilterVignetteRepresentation representation = (FilterVignetteRepresentation) super local
58 representation.mCenterX = mCenterX;
59 representation.mCenterY = mCenterY;
61 return representation;
ImageFilterParametricBorder.java 32 public void useRepresentation(FilterRepresentation representation) {
33 FilterColorBorderRepresentation parameters = (FilterColorBorderRepresentation) representation;
ImageFilterRedEye.java 53 public void useRepresentation(FilterRepresentation representation) {
54 FilterRedEyeRepresentation parameters = (FilterRedEyeRepresentation) representation;
FilterCurvesRepresentation.java 43 FilterCurvesRepresentation representation = (FilterCurvesRepresentation) a; local
46 Spline sp = representation.mSplines[i];
ImageFilterBorder.java 41 public void useRepresentation(FilterRepresentation representation) {
42 FilterImageBorderRepresentation parameters = (FilterImageBorderRepresentation) representation;
ImageFilterFx.java 40 public void useRepresentation(FilterRepresentation representation) {
41 FilterFxRepresentation parameters = (FilterFxRepresentation) representation;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/presets/
FilterEnvironment.java 109 public void applyRepresentation(FilterRepresentation representation,
111 ImageFilter filter = mFiltersManager.getFilterForRepresentation(representation);
112 filter.useRepresentation(representation);
120 public Bitmap applyRepresentation(FilterRepresentation representation, Bitmap bitmap) {
121 ImageFilter filter = mFiltersManager.getFilterForRepresentation(representation);
122 filter.useRepresentation(representation);
  /external/skia/bench/
bench_util.py 10 # bench representation algorithm constant names
55 """Algorithm for selecting the representation value from a given list.
56 representation is one of the ALGORITHM_XXX representation types."""
57 def __init__(self, data, representation=None):
58 if not representation:
59 representation = ALGORITHM_AVERAGE # default algorithm
62 if representation == ALGORITHM_AVERAGE:
66 if representation == ALGORITHM_MINIMUM:
71 if representation == ALGORITHM_MEDIAN
    [all...]
  /external/v8/src/mips/
lithium-mips.cc 546 Representation LChunk::LookupLiteralRepresentation(
548 return graph_->LookupValue(operand->index())->representation();
835 if (instr->representation().IsTagged()) {
836 ASSERT(instr->left()->representation().IsTagged());
837 ASSERT(instr->right()->representation().IsTagged());
845 ASSERT(instr->representation().IsInteger32());
846 ASSERT(instr->left()->representation().IsInteger32());
847 ASSERT(instr->right()->representation().IsInteger32());
882 ASSERT(instr->representation().IsDouble());
883 ASSERT(instr->left()->representation().IsDouble())
    [all...]
  /external/v8/src/x64/
lithium-x64.cc 539 Representation LChunk::LookupLiteralRepresentation(
541 return graph_->LookupValue(operand->index())->representation();
830 if (instr->representation().IsTagged()) {
831 ASSERT(instr->left()->representation().IsTagged());
832 ASSERT(instr->right()->representation().IsTagged());
840 ASSERT(instr->representation().IsInteger32());
841 ASSERT(instr->left()->representation().IsInteger32());
842 ASSERT(instr->right()->representation().IsInteger32());
877 ASSERT(instr->representation().IsDouble());
878 ASSERT(instr->left()->representation().IsDouble())
    [all...]
  /external/v8/src/arm/
lithium-arm.cc 546 Representation LChunk::LookupLiteralRepresentation(
548 return graph_->LookupValue(operand->index())->representation();
835 if (instr->representation().IsTagged()) {
836 ASSERT(instr->left()->representation().IsTagged());
837 ASSERT(instr->right()->representation().IsTagged());
845 ASSERT(instr->representation().IsInteger32());
846 ASSERT(instr->left()->representation().IsInteger32());
847 ASSERT(instr->right()->representation().IsInteger32());
882 ASSERT(instr->representation().IsDouble());
883 ASSERT(instr->left()->representation().IsDouble())
    [all...]
  /development/ndk/sources/android/libportable/arch-arm/
unwind.c 46 _Unwind_VRS_DataRepresentation representation,
52 _Unwind_VRS_DataRepresentation representation,
  /external/webkit/Source/WebKit/mac/WebView/
WebDataSource.mm 71 id <WebDocumentRepresentation> representation;
101 [representation release];
127 - (void)_setRepresentation:(id<WebDocumentRepresentation>)representation
129 [_private->representation release];
130 _private->representation = [representation retain];
231 [[self representation] finishedLoadingWithDataSource:self];
239 [[self representation] receivedData:data withDataSource:self];
249 [[self representation] receivedError:error withDataSource:self];
363 if (![[self representation] isKindOfClass:repClass])
    [all...]
WebDataSource.h 46 representation of the data. WebDataSources manage a hierarchy of WebFrames.
72 @method representation
73 @discussion A representation holds a type specific representation
74 of the datasource's data. The representation class is determined by mapping
75 a MIME type to a class. The representation is created once the MIME type
77 @result Returns the representation associated with this datasource.
78 Returns nil if the datasource hasn't created it's representation.
80 - (id <WebDocumentRepresentation>)representation;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
Action.java 48 public Action(Context context, FilterRepresentation representation, int type) {
50 setRepresentation(representation);
54 public Action(Context context, FilterRepresentation representation) {
55 this(context, representation, CROP_VIEW);
62 public void setRepresentation(FilterRepresentation representation) {
63 mRepresentation = representation;
64 mName = representation.getName();
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
ECFieldElement.java 309 // * representation. Both trinomial (TPB) and pentanomial (PPB) polynomial
311 // * representation is not supported.
318 // * Indicates gaussian normal basis representation (GNB). Number chosen
324 // * Indicates trinomial basis representation (TPB). Number chosen
330 // * Indicates pentanomial basis representation (PPB). Number chosen
338 // private int representation;
398 // this.representation = TPB;
412 // this.representation = PPB;
459 // * (having the same representation).
465 // * representation).
797 private int representation; field in class:ECFieldElement.F2m
    [all...]
  /external/llvm/bindings/ocaml/bitwriter/
llvm_bitwriter.ml 11 * representation, the classes in the VMCore library.
  /external/v8/src/ia32/
lithium-ia32.cc 541 Representation LChunk::LookupLiteralRepresentation(
543 return graph_->LookupValue(operand->index())->representation();
834 if (instr->representation().IsTagged()) {
835 ASSERT(instr->left()->representation().IsTagged());
836 ASSERT(instr->right()->representation().IsTagged());
845 ASSERT(instr->representation().IsInteger32());
846 ASSERT(instr->left()->representation().IsInteger32());
847 ASSERT(instr->right()->representation().IsInteger32());
882 ASSERT(instr->representation().IsDouble());
883 ASSERT(instr->left()->representation().IsDouble())
    [all...]
  /external/v8/test/cctest/
test-bignum-dtoa.cc 46 static void TrimRepresentation(Vector<char> representation) {
47 int len = StrLength(representation.start());
50 if (representation[i] != '0') break;
52 representation[i + 1] = '\0';
270 CHECK_EQ(current_test.representation, buffer.start());
291 CHECK_EQ(current_test.representation, buffer.start());
313 CHECK_EQ(current_test.representation, buffer.start());
test-fast-dtoa.cc 21 static void TrimRepresentation(Vector<char> representation) {
22 int len = StrLength(representation.start());
25 if (representation[i] != '0') break;
27 representation[i + 1] = '\0';
224 CHECK_EQ(current_test.representation, buffer.start());
259 CHECK_EQ(current_test.representation, buffer.start());
263 // success rate than for the shortest representation.
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
FilterShowActivity.java 167 public void loadEditorPanel(FilterRepresentation representation,
169 if (representation.getEditorId() == ImageOnlyEditor.ID) {
245 for (FilterRepresentation representation : filtersRepresentations) {
246 if (representation.getTextId() != 0) {
247 representation.setName(getString(representation.getTextId()));
249 mCategoryFiltersAdapter.add(new Action(this, representation));
276 for (FilterRepresentation representation : filtersRepresentations) {
277 mCategoryGeometryAdapter.add(new Action(this, representation));
373 for (FilterRepresentation representation : borders)
420 FilterRepresentation representation = copy.getRepresentation(filterRepresentation); local
    [all...]
  /external/v8/test/mjsunit/
mirror-boolean.js 32 // Create mirror and JSON representation.
47 // Test text representation
50 // Parse JSON representation and check.
mirror-null.js 31 // Create mirror and JSON representation.
45 // Test text representation
48 // Parse JSON representation and check.

Completed in 460 milliseconds

12 3 4 5 6