HomeSort by relevance Sort by last modified time
    Searched full:tint (Results 1 - 25 of 112) sorted by null

1 2 3 4 5

  /external/qemu/distrib/sdl-1.2.15/src/audio/symbian/
streamplayer.h 6 const TInt KSilenceBuffer = 256;
18 virtual void Complete(TInt aState, TInt aError) = 0;
34 static TInt ClosestSupportedRate(TInt aRate);
36 TInt OpenStream(TInt aRate, TInt aChannels, TUint32 aType = KMMFFourCCCodePCM16);
38 void SetVolume(TInt aNew);
39 TInt Volume() const
    [all...]
streamplayer.cpp 6 const TInt KMaxVolume(256);
8 LOCAL_C TInt GetSampleRate(TInt aRate)
27 LOCAL_C TInt GetChannels(TInt aChannels)
37 TInt CStreamPlayer::ClosestSupportedRate(TInt aRate)
41 TInt rate = aRate;
73 TInt CStreamPlayer::OpenStream(TInt aRate, TInt aChannels, TUint32 aType
    [all...]
SDL_epocaudio.cpp 93 TInt Open();
101 TInt TDump::Open()
103 TInt err = iFs.Connect();
163 const TInt KAudioBuffers(2);
169 static void* NewL(TInt BufferSize, TInt aFill);
178 void Open(TInt iRate, TInt iChannels, TUint32 aType, TInt aBytes);
186 CEpocAudio(TInt aBufferSize)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
vectorbuffer.h 14 void VectorPanic(TInt, TInt);
29 TInt Size() const;
43 template <TInt C>
48 TInt Append(const TDesC8& aData);
49 // TInt AppendOverwrite(const TDesC8& aData);
51 TPtrC8 operator[](TInt aIndex) const;
52 TInt Size() const;
54 TInt GetRoom(TInt aSize) const
    [all...]
sdllib.cpp 6 GLREF_C TInt E32Main()
SDL_main.cpp 47 TInt Panic(TInt aErr, TInt aLine)
81 TInt Append(const TWsEvent& aEvent);
105 TInt CEventQueue::Append(const TWsEvent& aEvent)
108 const TInt err = iVector.Append(aEvent);
152 TInt iEpocEnvFlags;
181 const void* TMainFunc::operator[](TInt aIndex) const
204 TInt Request(TInt aService)
    [all...]
sdlexe.cpp 42 const TInt pos = rem.Locate(dq);
58 const TInt pos = ptr.Locate(dq);
80 void Move(TInt aX, TInt aY);
100 const TInt KMaxMove = 10;
102 void TVirtualCursor::Move(TInt aX, TInt aY)
182 void SetMain(const TMainFunc& aFunc, TInt aFlags, MSDLMainObs* aObs, TInt aExeFlags);
183 TInt SdlFlags() const
    [all...]
vectorbuffer.cpp 12 void VectorPanic(TInt aErr, TInt aLine)
24 TInt TNodeBuffer::TNode::Size() const
  /external/qemu/distrib/sdl-1.2.15/src/thread/symbian/
SDL_syssem.cpp 48 TInt handle;
49 TInt count;
53 extern TInt CreateUnique(TInt (*aFunc)(const TDesC& aName, TAny*, TAny*), TAny*, TAny*);
55 extern TInt NewThread(const TDesC& aName, TAny* aPtr1, TAny* aPtr2);
58 TInt NewSema(const TDesC& aName, TAny* aPtr1, TAny* aPtr2)
60 TInt value = *((TInt*) aPtr2);
68 TInt status = CreateUnique(NewSema, &s, &initial_value);
98 TInfo(TInt aTime, TInt aHandle) :
    [all...]
SDL_sysmutex.cpp 51 TInt handle;
56 TInt handle;
60 extern TInt CreateUnique(TInt (*aFunc)(const TDesC& aName, TAny*, TAny*), TAny*, TAny*);
62 TInt NewMutex(const TDesC& aName, TAny* aPtr1, TAny*)
77 TInt status = CreateUnique(NewMutex, &rmutex, NULL);
SDL_systhread.cpp 61 TInt NewThread(const TDesC& aName, TAny* aPtr1, TAny* aPtr2)
70 int CreateUnique(TInt (*aFunc)(const TDesC& aName, TAny*, TAny*), TAny* aPtr1, TAny* aPtr2)
73 TInt status = KErrNone;
89 const TInt status = CreateUnique(NewThread, &rthread, args);
118 const TInt err = t.Open(thread->threadid);
  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
dsa_new.cpp 6 LOCAL_C TInt BytesPerPixel(TDisplayMode aMode)
19 inline void Copy(TUint32* aTarget, const TUint8* aSrc, TInt aBytes, TInt aHeight) const;
44 inline void TDsa::Copy(TUint32* aTarget, const TUint8* aSrc, TInt aBytes, TInt aHeight) const
56 const TInt lineWidth = aSourceRect.Width();
59 const TInt sourceStartOffset = aUpdateRect.iTl.iX;
64 const TInt scanLineWidth = iDsa.SwSize().iWidth;
67 const TInt targetStartOffset = (aUpdateRect.iTl.iX + aSourceRect.iTl.iX);
72 const TInt height = aUpdateRect.Height();
    [all...]
dsa_old.cpp 5 LOCAL_C TInt BytesPerPixel(TDisplayMode aMode)
23 void Wipe(TInt aLength);
26 TInt ExternalUpdate() {return 0;}
74 void CDsaA::Wipe(TInt aLength) //dont call in drawing
160 void Wipe(TInt aLength);
166 TInt ExternalUpdate() {return 0;}
191 void CDsaB::Wipe(TInt aLength) //dont call in drawing
255 const TInt tmp = size.iWidth;
280 TInt flags = 0;
344 TInt CDsa::SetPalette(TInt aFirst, TInt aCount, TUint32* aPalette
    [all...]
dsa.cpp 6 LOCAL_C TInt BytesPerPixel(TDisplayMode aMode)
25 void Wipe(TInt aLength);
28 TInt ExternalUpdate();
105 void CBitmapSurface<T>::Wipe(TInt aLength) //dont call in drawing
113 TInt CBitmapSurface<T>::ExternalUpdate()
117 const TInt err = iCopyBmp->Duplicate(iBmp->Handle());
150 TInt iHandle;
359 inline void Copy(TUint32* aTarget, const TUint8* aSrc, TInt aBytes, TInt aHeight) const;
386 inline void TDsa::Copy(TUint32* aTarget, const TUint8* aSrc, TInt aBytes, TInt aHeight) cons
    [all...]
  /external/clang/test/Parser/
typeof.c 3 typedef int TInt;
11 typeof(TInt) anInt;
12 short TInt eee; // expected-error{{expected ';' at end of declaration}}
  /external/chromium/chrome/browser/ui/gtk/
chrome_gtk_frame.cc 53 " Chrome will take the frame color and tint it by Chrome's default"
54 " incognito tint.)",
63 " unspecified, Chrome will take the frame color and tint it by"
64 " Chrome's default incognito tint.)",
86 " chrome will create a lighter tint of frame-color",
95 " unspecified, chrome will create a lighter tint of frame-color",
104 " unspecified, chrome will create a lighter tint of frame-color",
113 " unspecified, chrome will create a lighter tint of frame-color",
gtk_theme_service.h 185 // non-NULL, or tinting |base| with |tint|. Also sets |color_id| and
189 const color_utils::HSL& tint,
215 // Tints an icon based on tint.
217 const color_utils::HSL& tint) const;
219 // Returns the tint for buttons that contrasts with the normal window
221 void GetNormalButtonTintHSL(color_utils::HSL* tint) const;
223 // Returns a tint that's the color of the current normal text in an entry.
224 void GetNormalEntryForegroundHSL(color_utils::HSL* tint) const;
226 // Returns a tint that's the color of the current highlighted text in an
228 void GetSelectedEntryForegroundHSL(color_utils::HSL* tint) const
    [all...]
gtk_theme_service.cc 52 // How much to tint the GTK+ color lighter at the top of the window.
55 // How much to tint the GTK+ color when an explicit frame color hasn't been
133 // Picks a button tint from a set of background colors. While
137 // pair. While 3/4 of the time the resulting tint will be the same, themes that
143 color_utils::HSL* tint) {
156 // 125] will tint green instead of gray). Slight differences (+/-10 (4%) to
165 tint->h = -1;
168 tint->s = text_tint.s;
173 tint->l = accent_tint.l;
175 tint->l = text_tint.l
1073 color_utils::SkColorToHSL(GdkToSkColor(&color), tint); local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/
SDL_epocvideo.cpp 232 /*TInt numColors = TDisplayModeUtils::NumDisplayModeColors(displaymode);
233 TInt bitsPerPixel = 1;
250 TInt error;
586 TInt scaleValue = 0;
592 TInt scaledWidth = (w * (scaleValue-1))/scaleValue;
602 TInt scaledHeight = (h * (scaleValue-1))/scaleValue;
726 //TInt focusWindowGroupId = Private->EPOC_WsSession.GetFocusWindowGroup();//these are async services
733 TInt pos = Private->EPOC_WsWindowGroup.OrdinalPosition();
832 for(TInt o = 0; o < currentRect.h; o++)
833 for(TInt p = 0; p < currentRect.w; p++
    [all...]
SDL_epocevents.cpp 215 TInt focus = -1;
218 const TInt curr = Private->EPOC_WsSession.GetFocusWindowGroup();
244 TInt eventType = Private->EPOC_WsEvent.Type();
305 LOCAL_C void ReadL(RFs& aFs, RArray<TInt>& aArray)
307 TInt drive = -1;
309 for(TInt i = 'z'; drive < 0 && i >= 'a'; i--)
322 TInt n = 0;
330 TInt value;
442 RArray<TInt> array;
450 for(TInt k = 0; k < array.Count(); k+= 2
    [all...]
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
TintFilter.java 34 @GenerateFieldPort(name = "tint", hasDefault = true)
46 "uniform vec3 tint;\n" +
52 " vec3 new_color = min(0.8 * avg_color + 0.2 * tint, 1.0);\n" +
130 mProgram.setHostValue("tint", tint_color);
  /development/samples/HelloEffects/res/values/
strings.xml 40 <string name="tint">Tint</string>
  /external/chromium/chrome/browser/themes/
theme_service_mac.mm 148 color_utils::HSL tint;
149 if (theme_pack_.get() && theme_pack_->GetTint(id, &tint)) {
153 tint = GetDefaultTint(id);
160 if (tint.h == -1 && tint.s == -1 && tint.l == -1) {
164 HSLToHSB(tint, &hue, &saturation, &brightness);
  /external/webkit/Source/WebCore/rendering/
RenderThemeChromiumMac.mm 82 // Updates the control tint (a.k.a. active state) of |cell| (from |o|).
84 // NSCell(s) lack a parent NSView. Therefore controls don't have their tint
94 NSControlTint tint = isActive(o) ? [NSColor currentControlTint] :
97 if (tint != oldTint)
98 [cell setControlTint:tint];
  /external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA1/
SDL_main.cpp 77 TInt E32Main()
137 EXPORT_C TInt WinsMain()
146 GLDEF_C TInt E32Dll(TDllReason)

Completed in 1397 milliseconds

1 2 3 4 5