OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:representationtype
(Results
1 - 5
of
5
) sorted by null
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/
DTSSpecificBox.java
30
int
representationType
;
59
representationType
= brb.readBits(3);
81
bwb.writeBits(
representationType
, 3);
171
return
representationType
;
174
public void setRepresentationType(int
representationType
) {
175
this.
representationType
=
representationType
;
/external/chromium_org/ui/gfx/image/
image.h
58
enum
RepresentationType
{
67
typedef std::map<
RepresentationType
, internal::ImageRep*> RepresentationMap;
166
bool HasRepresentation(
RepresentationType
type) const;
191
RepresentationType
DefaultRepresentationType() const;
196
RepresentationType
rep_type, bool must_exist) const;
image.cc
194
//
RepresentationType
has an ImageRep subclass that is responsible for freeing
200
explicit ImageRep(Image::
RepresentationType
rep) : type_(rep) {}
240
Image::
RepresentationType
type() const { return type_; }
247
Image::
RepresentationType
type_;
473
ImageStorage(gfx::Image::
RepresentationType
default_type)
482
gfx::Image::
RepresentationType
default_representation_type() {
503
gfx::Image::
RepresentationType
default_representation_type_;
886
bool Image::HasRepresentation(
RepresentationType
type) const {
930
Image::
RepresentationType
Image::DefaultRepresentationType() const {
932
RepresentationType
default_type = storage_->default_representation_type()
[
all
...]
image_unittest_util.h
73
gfx::Image::
RepresentationType
GetPlatformRepresentationType();
image_unittest_util.cc
202
gfx::Image::
RepresentationType
GetPlatformRepresentationType() {
Completed in 340 milliseconds